Skip to main content

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)

public virtual void SetPreeditText(
string? preeditText,
int? cursorPos
)

Parameters

  String
 
  Nullable(Int32)
 

See Also

Reference

TextInputMethodClient Class
SetPreeditText Overload
Avalonia.Input.TextInput Namespace