True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ScrollBarEnum Enumeration

In This Topic
    ScrollBarEnum Enumeration
    In This Topic
    Identifies the type of scrollbar.
    Syntax
    'Declaration
     
    Public Enum ScrollBarEnum 
       Inherits System.Enum
    public enum ScrollBarEnum : System.Enum 
    Members
    MemberDescription
    HorizontalThe Horizontal scrollbar.
    VerticalThe Vertical scrollbar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.ScrollBarEnum

    See Also