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