|
|
|
|
ToolTipText Field, ToolTipEventArgs Class |
Defines the tooltip text. This value can be modified by the ShowToolTip event handler.
Syntax ToolTipEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public Property ToolTipText As String |
C# |
public string ToolTipText; |
C++ |
public: String^ ToolTipText; |
Field Value
The tooltip text. The default is an empty string.
Comments
The ToolTipText field defines the tooltip text. This value can be modified by the ShowToolTip event handler.