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.IMEColor

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

[Visual Basic]
Public Property IMEColor As RichTextBoxIMEColor
[C#]
public RichTextBoxIMEColor IMEColor {get; set;}
[C++]
public: __property RichTextBoxIMEColor* get_IMEColor();
public: __property void set_IMEColor(RichTextBoxIMEColor*);
[JScript]
public function get IMEColor() : RichTextBoxIMEColor;
public function set IMEColor(RichTextBoxIMEColor);

Property Value

RichTextBoxIMEColor object containing the IME color settings.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace