HighlightText Property (GcMask)
In This Topic
Gets or sets how to select the text when the control receives the focus.
Syntax
'Declaration
Public Property HighlightText As HighlightText
'Usage
Dim instance As GcMask
Dim value As HighlightText
instance.HighlightText = value
value = instance.HighlightText
public HighlightText HighlightText {get; set;}
Property Value
One of the
GrapeCity.Windows.InputMan.HighlightText enumeration values. The default is
GrapeCity.Windows.InputMan.HighlightText.None.
Exceptions
See Also