Nevron .NET Vision
Nevron.Chart Namespace / ScrollBarArrowButtonType Enumeration


In This Topic
    ScrollBarArrowButtonType Enumeration
    In This Topic
    The type of the scrollbar arrow button.
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarArrowButtonType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollBarArrowButtonType
    public enum ScrollBarArrowButtonType : System.Enum 
    Members
    MemberDescription
    LeftLeft scrollbar button
    RightRight scrollbar button
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ScrollBarArrowButtonType

    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