'Declaration
Public Property HighlightText As Boolean
'Usage
Dim instance As GcTextBox Dim value As Boolean instance.HighlightText = value value = instance.HighlightText
public bool HighlightText {get; set;}
Property Value
true when the control gets focus and all the text is selected; otherwise, false.The default is false.