GetIsInputMethodEnabled Method
Getter for IsInputMethodEnabled AvaloniaProperty
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool GetIsInputMethodEnabled(
InputElement target
)
Public Shared Function GetIsInputMethodEnabled (
target As InputElement
) As Boolean
static member GetIsInputMethodEnabled :
target : InputElement -> bool