InputMethod.PreferredImeState Attached Property

Definition

Gets or sets a preferred input method state for a specified dependency object.

see GetPreferredImeState, and SetPreferredImeState
see GetPreferredImeState, and SetPreferredImeState
see GetPreferredImeState, and SetPreferredImeState

Remarks

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.

Applies to

See also