ImeModeConversion::ImeModeConversionBits Property
.NET Framework (current version)
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.
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
Available since 2.0
Show: