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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also