'Declaration Public Enum ImeMode Inherits System.Enum
'Usage Dim instance As ImeMode
public enum ImeMode : System.Enum
'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. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ImeMode