InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) 메서드

정의

지정된 종속성 개체에 IsInputMethodEnabled 연결된 속성의 값을 설정합니다.

public:
 static void SetIsInputMethodEnabled(System::Windows::DependencyObject ^ target, bool value);
public static void SetIsInputMethodEnabled(System.Windows.DependencyObject target, bool value);
static member SetIsInputMethodEnabled : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsInputMethodEnabled (target As DependencyObject, value As Boolean)

매개 변수

target
DependencyObject

연결된 속성을 설정할 IsInputMethodEnabled 종속성 개체입니다.

value
Boolean

연결된 속성의 IsInputMethodEnabled 새 값입니다.

예외

null일 때 target 발생합니다.

적용 대상

추가 정보