.NET Windows Forms in a Nutshell
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 Returned By
RichTextBox.ScrollBars Passed To
RichTextBox.ScrollBars |