InputMethod.IsInputMethodEnabled Attached Property
.NET Framework (current version)
Gets or sets a value that indicates whether this input method is enabled.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Booleantrue if this input method is enabled; otherwise, false.
The default value is true.
This is an attached property. Use the GetIsInputMethodEnabled and SetIsInputMethodEnabled methods to set or read this attached property on a specified dependency object.
Show: