InputMethod.ImeState 속성

정의

이 입력 방법과 연결된 입력기의 현재 상태를 가져오거나 설정합니다.

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

속성 값

이 입력 방법과 연결된 입력기의 상태를 지정하는 InputMethodState 열거형의 멤버입니다.

기본값은 Off입니다.

특성

적용 대상

추가 정보