InputMethod::PreferredImeState Attached Property
.NET Framework (current version)
Gets or sets a preferred input method state for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::InputMethodStateA member of the InputMethodState specifying the preferred input method editor state for a specified dependency object.
This is an attached property. Use the GetPreferredImeState and SetPreferredImeState methods to set or read this attached property on a specified dependency object.
When this property is attached to a UIElement, the input method automatically switches to the preferred state (usually On or Off) when that UIElement gets the focus.
Show: