ToolTipText Property
ToolTipText
Gets or sets tool-tip text of item.
Declaration
public string ToolTipText { get; set; }
Public Property ToolTipText As String
Property Value
Type |
Description |
string |
A string object that represents text info of the tool-tip.
|