RadControls for Silverlight

Specifies the selection modification when the control is focus.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public enum SelectionOnFocus
Visual Basic
Public Enumeration SelectionOnFocus

Members

Member nameValueDescription
Unchanged0 Selection will not be modified.
SelectAll1 The whole text will be selected.
CaretToBeginning2 The caret will be moved at the start of the text.
CaretToEnd3 The caret will be moved at the end of the text.
Default4 The default.
DefaultSelectAll5 Default will be used when focusing the control with mouse click. SelectAll will be used when focusing the control with the Tab key.

See Also