InputMethod.ImeState Property

Definition

Gets or sets the current state of the input method editor associated with this input method.

public:
 property System::Windows::Input::InputMethodState ImeState { System::Windows::Input::InputMethodState get(); void set(System::Windows::Input::InputMethodState value); };
public System.Windows.Input.InputMethodState ImeState { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public System.Windows.Input.InputMethodState ImeState { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.ImeState : System.Windows.Input.InputMethodState with get, set
member this.ImeState : System.Windows.Input.InputMethodState with get, set
Public Property ImeState As InputMethodState

Property Value

A member of the InputMethodState enumeration specifying the state of the input method editor associated with this input method.

The default value is Off.

Attributes

Applies to

See also