InputMethod::ImeConversionMode Property
.NET Framework (current version)
Gets or sets the current conversion mode for the input method editor associated with this input method.
Assembly: PresentationCore (in PresentationCore.dll)
public: property ImeConversionModeValues ImeConversionMode { [SecurityCriticalAttribute] ImeConversionModeValues get(); [SecurityCriticalAttribute] void set(ImeConversionModeValues value); }
Property Value
Type: System.Windows.Input::ImeConversionModeValuesA member of the ImeConversionModeValues enumeration specifying the conversion mode.
The default value is Alphanumeric.
.NET Framework
Available since 3.0
Available since 3.0
Show: