Class SelectionOnFocus
Specifies the selection modification when the input control gets the focus.
Inheritance
System.Object
SelectionOnFocus
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class SelectionOnFocus : Enum
Fields
CursorAtEnd
The cursor will be moved at the end of the text.
Declaration
public const SelectionOnFocus CursorAtEnd
Field Value
SelectionOnFocus
|
CursorAtStart
The cursor will be moved at the start of the text.
Declaration
public const SelectionOnFocus CursorAtStart
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
|