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);
RichTextBoxIMEColor object containing the IME color settings.
RichTextBox Class | RichTextBox Members | System.WinForms Namespace