'Declaration Public Property ShowOverflowTip As Boolean
'Usage Dim instance As GcTextBox Dim value As Boolean instance.ShowOverflowTip = value value = instance.ShowOverflowTip
public bool ShowOverflowTip {get; set;}
Property Value
true means to show overflow tooltip when mouse hover on control that text is overflow; otherwise, false.The default is false.