SetIsInputMethodEnabled Method
Setter for IsInputMethodEnabled AvaloniaProperty
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetIsInputMethodEnabled(
InputElement target,
bool value
)
Public Shared Sub SetIsInputMethodEnabled (
target As InputElement,
value As Boolean
)
static member SetIsInputMethodEnabled :
target : InputElement *
value : bool -> unit