TextInputMethodClientSetPreeditText(String, NullableInt32) Method
Sets the non-committed input string and cursor offset in that string
Namespace: Avalonia.Input.TextInputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- preeditText String
-
- cursorPos NullableInt32
-