ShowOverflowTip Property (GcComboBox)
Gets or sets whether to show the overflow tip.
public bool ShowOverflowTip {get; set;}
'Declaration
Public Property ShowOverflowTip As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.ShowOverflowTip = value
value = instance.ShowOverflowTip
Property Value
A
bool value indicates whether to show the overflow tip.
The defalut is
false.