Specifies the state of an Input Method Editor (IME) for using a Western keyboard for entering East Asian characters.
Syntax
Visual Basic (Declaration) | |
---|
Public Enum ImeMode
Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImeMode |
Members
Example
This example sets ImeMode.
C# | Copy Code |
---|
GeneralCellType obj = new GeneralCellType();
obj. ImeMode = ImeMode.Disabled;
fpSpread1.ActiveSheetView.Cells[0,0].CellType = obj;
|
Visual Basic | Copy Code |
---|
Dim obj as New GeneralCellType()
obj. ImeMode = ImeMode.Disabled
FpSpread1.ActiveSheetView.Cells(0,0)CellType = obj
|
Inheritance Hierarchy
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also