Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ShowItemTip Property


In This Topic
ShowItemTip Property (GcComboBox)
In This Topic
Gets or set a value indicating whether to show item tooltip.
Syntax
'Declaration
 
Public Property ShowItemTip As Boolean
 
'Usage
 
Dim instance As GcComboBox
Dim value As Boolean
 
instance.ShowItemTip = value
 
value = instance.ShowItemTip

Property Value

true to show tooltip when mouse hovers on item; otherwise, false.
The default is false.
Remarks
When mouse hover on an item in the drop-down list, a tooltip will be shown if this property is true.
See Also