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
CursorAtStart
The cursor will be moved at the start of the text.
Declaration
public const SelectionOnFocus CursorAtStart
Field Value
SelectAll
The whole text will be selected.
Declaration
public const SelectionOnFocus SelectAll
Field Value
Unchanged
Selection will not be modified.
Declaration
public const SelectionOnFocus Unchanged
Field Value
value__
Declaration
public int value__
Field Value
System.
|