ActiveXControlIMEMode Property |
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 21.2.0.0 (21.2.0)
Syntaxpublic InputMethodEditorMode IMEMode { get; set; }
Public Property IMEMode As InputMethodEditorMode
Get
Set
public:
property InputMethodEditorMode IMEMode {
InputMethodEditorMode get ();
void set (InputMethodEditorMode value);
}
member IMEMode : InputMethodEditorMode with get, set
Property Value
Type:
InputMethodEditorMode
See Also