SetPreeditText(String, Nullable<Int32>) Method
Sets the non-committed input string and cursor offset in that string
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public virtual void SetPreeditText(
string? preeditText,
int? cursorPos
)
Public Overridable Sub SetPreeditText (
preeditText As String,
cursorPos As Integer?
)
abstract SetPreeditText :
preeditText : string *
cursorPos : Nullable<int> -> unit
override SetPreeditText :
preeditText : string *
cursorPos : Nullable<int> -> unit
Parameters
See Also
Reference
TextInputMethodClient Class
SetPreeditText Overload
Avalonia.Input.TextInput Namespace