Spread Windows Forms 12.0 Product Documentation
ToolTipText Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : ToolTipText Property
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
public string ToolTipText {get; set;}

Property Value

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

Reference

ListItemInfo Class
ListItemInfo Members