Gets a value indicating whether the
System.Windows.Forms.Control.ImeMode property can be set to an active value, to enable IME support.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected ReadOnly Property CanEnableIme As Boolean |
| C# | |
|---|
protected bool CanEnableIme {get;} |
| C++/CLI | |
|---|
protected:
property bool CanEnableIme {
bool get();
} |
Property Value
true in all cases.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also