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

Indicates whether or not the RichTextBox control should display its contents in "Outline" mode. Usually, this will be false.

[Visual Basic]
Public Property OutlineMode As Boolean
[C#]
public bool OutlineMode {get; set;}
[C++]
public: __property bool get_OutlineMode();
public: __property void set_OutlineMode(bool);
[JScript]
public function get OutlineMode() : Boolean;
public function set OutlineMode(Boolean);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace