Wimark.Controls Class Library  

RichTextBox.ScrollBars Property

Gets or sets the type of scroll bars to display in the RichTextBox control.

[Visual Basic]
Public Property ScrollBars As RichTextBoxScrollBars 
[C#]
public RichTextBoxScrollBars ScrollBars {get; set;}
[C++]
public: __property RichTextBoxScrollBars get_ScrollBars();
public: __property void set_ScrollBars(RichTextBoxScrollBars);

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