ShowOverflowTip Property (GcComboBoxCellType)
Gets or sets whether to show the overflow tip.
public bool ShowOverflowTip {get; set;}
'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.