ImeMode Property (TextCellType)
In This Topic
Gets or sets the state of an Input Method Editor (IME).
Syntax
'Declaration
Public Property ImeMode As ImeMode
'Usage
Dim instance As TextCellType
Dim value As ImeMode
instance.ImeMode = value
value = instance.ImeMode
public ImeMode ImeMode {get; set;}
Property Value
ImeMode setting that specifies the state of the Input Method Editor (IME)
ImeMode setting that specifies the state of the Input Method Editor (IME)
Example
This example sets the state of the Input Method Editor (IME) to active and always shows the editor.
See Also