'Declaration
Public Property HighlightText As Boolean
'Usage
Dim instance As GcCharMask Dim value As Boolean instance.HighlightText = value value = instance.HighlightText
public bool HighlightText {get; set;}
'Declaration
Public Property HighlightText As Boolean
'Usage
Dim instance As GcCharMask Dim value As Boolean instance.HighlightText = value value = instance.HighlightText
public bool HighlightText {get; set;}
This property allows you to highlight all text in the control upon receiving focus.
If True, the entire contents will be selected.
If False (the default), the contents will not be selected and the caret will be positioned according to the settings of the SelectionStart and SelectionLength properties.