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

The distance (in pixels) between the left edge of the RichTextBox control and the left edge of the text that is selected or added at the current insertion point.

[Visual Basic]
Public Property SelectionIndent As Integer
[C#]
public int SelectionIndent {get; set;}
[C++]
public: __property int get_SelectionIndent();
public: __property void set_SelectionIndent(int);
[JScript]
public function get SelectionIndent() : int;
public function set SelectionIndent(int);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace