Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InputMethod::ImeConversionMode Property

 

Gets or sets the current conversion mode for the input method editor associated with this input method.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property ImeConversionModeValues ImeConversionMode {
	[SecurityCriticalAttribute]
	ImeConversionModeValues get();
	[SecurityCriticalAttribute]
	void set(ImeConversionModeValues value);
}

Property Value

Type: System.Windows.Input::ImeConversionModeValues

A member of the ImeConversionModeValues enumeration specifying the conversion mode.

The default value is Alphanumeric.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft