Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / ToolTipText Property


In This Topic
ToolTipText Property (ListItemInfo)
In This Topic
Gets or sets tooltip text of the item.
Syntax
'Declaration
 
Public Property ToolTipText As String
 
'Usage
 
Dim instance As ListItemInfo
Dim value As String
 
instance.ToolTipText = value
 
value = instance.ToolTipText

Property Value

A System.String object that represents text information for the tooltip.
See Also