TextInputMsg Type
An input message driving `TextInput.update`, e.g. `Focus`, `InsertText`, `MoveCaret`, `Commit`, `Cancel`, or composition events.
Union cases
| Union case |
Description
|
|
|
Full Usage:
Blur
|
|
Full Usage:
Cancel
|
|
Full Usage:
ClipboardTextReceived string
Parameters:
string
|
|
Full Usage:
Commit
|
|
Full Usage:
CompositionCommitted string
Parameters:
string
|
|
Full Usage:
CompositionStarted string
Parameters:
string
|
|
Full Usage:
Focus
|
|
Full Usage:
InsertText string
Parameters:
string
|
|
Full Usage:
MoveCaret int
Parameters:
int
|
|
Full Usage:
RequestClipboardPaste
|
|
Full Usage:
SelectRange(int, int)
Parameters:
int
Item2 : int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsApplyValidation
Returns: bool
|
|
Full Usage:
this.IsBlur
Returns: bool
|
|
Full Usage:
this.IsCancel
Returns: bool
|
|
Full Usage:
this.IsClipboardTextReceived
Returns: bool
|
|
Full Usage:
this.IsCommit
Returns: bool
|
|
Full Usage:
this.IsCompositionCommitted
Returns: bool
|
|
Full Usage:
this.IsCompositionStarted
Returns: bool
|
|
Full Usage:
this.IsFocus
Returns: bool
|
|
Full Usage:
this.IsInsertText
Returns: bool
|
|
Full Usage:
this.IsMoveCaret
Returns: bool
|
|
Full Usage:
this.IsRequestClipboardPaste
Returns: bool
|
|
Full Usage:
this.IsSelectRange
Returns: bool
|
|