|
|
|
ToolTipTitle Property, ToolTipClass Class |
Defines the optional title of the tooltip.
Syntax ToolTipClass Class (Softelvdm.Controls)
VB |
Public Property ToolTipTitle As String |
C# |
public string ToolTipTitle { get; set; } |
C++ |
public: property String^ ToolTipTitle { |
Property Value
The tooltip title.
The default value is String.Empty.
Comments
The ToolTipTitle property defines the optional title of the tooltip.
The icon is only available for balloon style tooltips (ToolTipAppearanceEnum.Balloon). It is ignored for other tooltip styles.
Version Information
Supported in version 1.0.
Products Table