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

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

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

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace