Spread Windows Forms 10.0 Product Documentation
HighlightText Property


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 FieldsEditorControl
Dim value As HighlightText
 
instance.HighlightText = value
 
value = instance.HighlightText
public HighlightText HighlightText {get; set;}

Property Value

One of the HighlightText enumeration values.
The default is HighlightText.None.
Remarks
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FieldsEditorControl Class
FieldsEditorControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.