Visual Basic (Declaration) | |
---|---|
Public Property HighlightText As HighlightText |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FieldsEditorControl Dim value As HighlightText instance.HighlightText = value value = instance.HighlightText |
C# | |
---|---|
public HighlightText HighlightText {get; set;} |
Property Value
One of the HighlightText enumeration values.The default is HighlightText.None.
When the input focus enters the control the first time, this property determines the highlight mode of the control. The HighlightText.None means no highlight effect. The HighlightText.Field means to highlight the field the caret is in. The HighlightText.All means to highlight all text.
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8