'Declaration
Public Shadows Property HighlightText As Boolean
'Usage
Dim instance As GcNumber Dim value As Boolean instance.HighlightText = value value = instance.HighlightText
public new bool HighlightText {get; set;}
Property Value
A bool value indicates whether highlight text.The defalut is false.