Wimark.Controls Class Library  

RichTextBox.RightMargin Property

Gets or sets the size of a single line of text within the RichTextBox control.

[Visual Basic]
Public Property RightMargin As Integer 
[C#]
public int RightMargin {get; set;}
[C++]
public: __property int get_RightMargin();
public: __property void set_RightMargin(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