Enum SelectionOnFocus
Specifies the selection modification when the control is focus.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum SelectionOnFocus
CaretToBeginning
The caret will be moved at the start of the text.
CaretToEnd
The caret will be moved at the end of the text.
Default
The 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.
SelectAll
The whole text will be selected.
Unchanged
Selection will not be modified.