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);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace