Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ShowOverflowTip Property


In This Topic
ShowOverflowTip Property (GcComboBoxCellType)
In This Topic
Gets or sets whether to show the overflow tip.
Syntax
'Declaration
 
Public Property ShowOverflowTip As Boolean
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Boolean
 
instance.ShowOverflowTip = value
 
value = instance.ShowOverflowTip

Property Value

A bool value that indicates whether to show the overflow tip.
The defalut is false.
Remarks
When the mouse is over an item in the drop-down list, a tooltip is shown if this property is true and the item text is longer than the column width.
See Also