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!

RichTextBoxIMEColor.textColor

Color of the text in the IME composition window.

[Visual Basic]
Public textColor As Color
[C#]
public Color textColor;
[C++]
public: Color textColor;
[JScript]
public var textColor : Color;

See Also

RichTextBoxIMEColor Class | RichTextBoxIMEColor Members | System.WinForms Namespace