Wimark.Controls Class Library  

RichTextBox.SelectionRightIndent Property

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);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace