ImeModeConversion::ImeModeConversionBits Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a dictionary that contains the conversion mode flags corresponding to each ImeMode.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Dictionary<ImeMode, ImeModeConversion>^ ImeModeConversionBits {
	static Dictionary<ImeMode, ImeModeConversion>^ get();
}

Property Value

Type: System.Collections.Generic::Dictionary<ImeMode, ImeModeConversion>^

A dictionary that contains the flags to ImeMode mapping.

.NET Framework
Available since 2.0
Return to top
Show: