Nevron .NET Vision
Nevron.Chart Namespace / ScrollBarStripeButtonType Enumeration


In This Topic
    ScrollBarStripeButtonType Enumeration
    In This Topic
    The type of the scrollbar stripe button.
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarStripeButtonType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollBarStripeButtonType
    public enum ScrollBarStripeButtonType : System.Enum 
    Members
    MemberDescription
    LeftThe stripe button on the left side of the thumb
    RightThe stripe button on the right side of the thumb
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ScrollBarStripeButtonType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also