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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional