ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile Namespace / ScrollBarStyle Enumeration

In This Topic
    ScrollBarStyle Enumeration
    In This Topic
    Defines the styles of the scroll bar.
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarStyle 
       Inherits System.Enum
    public enum ScrollBarStyle : System.Enum 
    Members
    MemberDescription
    DefaultScroll bar uses the same style as on Windows 8 start screen.
    SystemThe default system scroll bar should appear.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Tile.ScrollBarStyle

    See Also