LocalizationContextToolTip Property

Gets a ToolTip applicable for the root object, if any. When presents, the LocalizationHelper.LocalizeStringProperties method can apply {name}.ToolTipText resource keys for Control instances.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public ToolTip? ToolTip { get; }

Property Value

ToolTip

See Also