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: