InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定依赖对象上的 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 附加属性的新值。
例外
当 target
为 null 时引发。