ShowOverflowTip Property (GcTextBox)
Gets or sets whether to show the overflow tooltip.
public bool ShowOverflowTip {get; set;}
'Declaration
Public Property ShowOverflowTip As Boolean
'Usage
Dim instance As GcTextBox
Dim value As Boolean
instance.ShowOverflowTip = value
value = instance.ShowOverflowTip
Property Value
true means to show overflow tooltips when the mouse hovers over a control with overflow text; otherwise, false.
The default is
false.