Name

RichTextBoxScrollBars

Synopsis

This enumeration is used by the RichTextBox.ScrollBars property to determine how the control manages scrolling.


public enum RichTextBoxScrollBars {

   None = 0,

   Horizontal = 1,

   Vertical = 2,

   Both = 3,

   ForcedHorizontal = 17,

   ForcedVertical = 18,

   ForcedBoth = 19

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) RichTextBoxScrollBars

Returned By

RichTextBox.ScrollBars

Passed To

RichTextBox.ScrollBars

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.