InputMethod::PreferredImeConversionMode Attached Property
.NET Framework (current version)
Gets or sets a preferred ImeConversionModeValues value for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::ImeConversionModeValuesA member of the ImeConversionModeValues specifying the preferred conversion mode for a specified dependency object.
This is an attached property. Use the GetPreferredImeConversionMode and SetPreferredImeConversionMode 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 conversion mode when that UIElement gets the focus.
Show: