Class SelectionOnFocus
Specifies the selection modification when the control is focus.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SelectionOnFocus : Enum
Fields
CaretToBeginning
The caret will be moved at the start of the text.
Declaration
public const SelectionOnFocus CaretToBeginning
Field Value
SelectionOnFocus
|
CaretToEnd
The caret will be moved at the end of the text.
Declaration
public const SelectionOnFocus CaretToEnd
Field Value
SelectionOnFocus
|
Default
DefaultSelectAll
Default will be used when focusing the control with mouse click. SelectAll will be used when focusing the control with the Tab key.
Declaration
public const SelectionOnFocus DefaultSelectAll
Field Value
SelectionOnFocus
|
SelectAll
The whole text will be selected.
Declaration
public const SelectionOnFocus SelectAll
Field Value
SelectionOnFocus
|
Unchanged
Selection will not be modified.
Declaration
public const SelectionOnFocus Unchanged
Field Value
SelectionOnFocus
|
value__
Declaration
public int value__
Field Value
System.Int32
|