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