DekGenius.com
[ Team LiB ] Previous Section Next Section

RichTextBoxScrollBarsserializable

System.Windows.Forms (system.windows.forms.dll)enum

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

    [ Team LiB ] Previous Section Next Section