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