This class contains the options that can be set on the IME composition window. This is applicable only for Asian-versions of the operating system.
[Visual Basic] Public Enum RichTextBoxIMEOptions [C#] public enum RichTextBoxIMEOptions [C++] public enum RichTextBoxIMEOptions
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
CloseStatusWindow | Closes the IME status window when the control receives the input focus. |
ForceActive | Activates the IME when the control receives the input focus. |
ForceDisable | Disables the IME when the control receives the input focus. |
ForceEnable | Enables the IME when the control receives the input focus. |
ForceInactive | Inactivates the IME when the control receives the input focus. |
ForceNone | Disables IME handling. |
ForceRemember | Restores the previous IME status when the control receives the input focus. |
MultipleEdit | Specifies that the composition string will not be canceled or determined by focus changes. This allows an application to have separate comosition strings on each rich edit control. |
Vertical | Enables vertical text input. |
Namespace: System.WinForms
Assembly: System.WinForms.dll