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

Enable/disable underlined text in the IME composition window.

[Visual Basic]
Public underline As Boolean
[C#]
public bool underline;
[C++]
public: bool underline;
[JScript]
public var underline : Boolean;

See Also

RichTextBoxIMEColor Class | RichTextBoxIMEColor Members | System.WinForms Namespace