Enum
SelectionOnFocus

Specifies the selection modification when the control is focus.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum SelectionOnFocus

Fields

CaretToBeginning

The caret will be moved at the start of the text.

Declaration

cs-api-definition
CaretToBeginning = 2

Field Value

SelectionOnFocus

CaretToEnd

The caret will be moved at the end of the text.

Declaration

cs-api-definition
CaretToEnd = 3

Field Value

SelectionOnFocus

Default

The default.

Declaration

cs-api-definition
Default = 4

Field Value

SelectionOnFocus

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

cs-api-definition
DefaultSelectAll = 5

Field Value

SelectionOnFocus

SelectAll

The whole text will be selected.

Declaration

cs-api-definition
SelectAll = 1

Field Value

SelectionOnFocus

Unchanged

Selection will not be modified.

Declaration

cs-api-definition
Unchanged = 0

Field Value

SelectionOnFocus