Spread Windows Forms 7.0 Product Documentation
HighlightText Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldsEditorControl Class : HighlightText Property


Glossary Item Box

Gets or sets how to select the text when the control receives the focus.

Syntax

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.

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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.