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

The distance (in pixels) between the left edge of the first line of text in the selected paragraph(s) (as specified by the SelectionIndent property) and the left edge of subsequent lines of text in the same paragraph(s).

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

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace