InputMethod::SetPreferredImeSentenceMode Method (DependencyObject^, ImeSentenceModeValues)
.NET Framework (current version)
Sets the value of the PreferredImeSentenceMode attached property on the specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: static void SetPreferredImeSentenceMode( DependencyObject^ target, ImeSentenceModeValues value )
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The dependency object on which to set the PreferredImeSentenceMode attached property.
- value
-
Type:
System.Windows.Input::ImeSentenceModeValues
A member of the ImeConversionModeValues enumeration representing the new value for the PreferredImeSentenceMode attached property.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when target is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: