FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ImeMode Enumeration |
'Declaration Public Enum ImeMode Inherits System.Enum
'Usage Dim instance As ImeMode
public enum ImeMode : System.Enum
Member | Description |
---|---|
Active | All characters are entered through the IME. Users can still deactivate the IME. |
Auto | IME state is not affected. This is the same as not specifying the Input Method Editor state. |
Disabled | IME is completely disabled. Users cannot activate the IME if the control has focus. |
Inactive | All characters are entered without IME. Users can still activate the IME. |
GeneralCellType obj = new GeneralCellType();
obj. ImeMode = ImeMode.Disabled;
fpSpread1.ActiveSheetView.Cells[0,0].CellType = obj;
Dim obj as New GeneralCellType() obj. ImeMode = ImeMode.Disabled FpSpread1.ActiveSheetView.Cells(0,0)CellType = obj
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ImeMode
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