Nevron .NET Vision
Nevron.Chart Namespace / ScrollBarButtonState Enumeration


In This Topic
    ScrollBarButtonState Enumeration
    In This Topic
    The possible states of the scrollbar button.
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarButtonState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollBarButtonState
    public enum ScrollBarButtonState : System.Enum 
    Members
    MemberDescription
    HoverThe scrollbar button is hovered
    PressedThe scrollbar button is pressed
    UnPressedThe scrollbar button is not pressed
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ScrollBarButtonState

    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