'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 control got focus select all the text; otherwise false.The default is false.