[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HighlightText

HighlightText Enum

Specifies what part of text should be selected when control has got keyboard focus.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum HighlightText
Public Enum HighlightText
Remarks

After getting focus, none, specified field or all text in editor will be selected.

Fields

Name Description
All

Select all the text.

Field

Select the specified field.

None

Without special selection.