NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.IMEOptions

Returns the IME option settings of the Rich edit control. Valid only for Asian versions of the OS.

[Visual Basic]
Public Property IMEOptions As RichTextBoxIMEOptions
[C#]
public RichTextBoxIMEOptions IMEOptions {get; set;}
[C++]
public: __property RichTextBoxIMEOptions get_IMEOptions();
public: __property void set_IMEOptions(RichTextBoxIMEOptions);
[JScript]
public function get IMEOptions() : RichTextBoxIMEOptions;
public function set IMEOptions(RichTextBoxIMEOptions);

Property Value

integer containing the IME color settings. The value returned is a combination of RichTextBoxIMEOptions values. .RichTextBoxIMEOptions.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace