Dundas Chart for Windows Forms
ScrollBarButtonType Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ScrollBarButtonType Enumeration


Used to determine the button clicked on by a user in the AxisScrollBarClicked event.
Defines scroll bar button types

Syntax

Visual Basic (Declaration)  
Public Enum ScrollBarButtonType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ScrollBarButtonType
C#  
public enum ScrollBarButtonType : Enum 

Members

Member Description
ThumbTracker The tracker button (i.e. scrollbar thumb) was clicked on.
Thumb tracker button
SmallDecrement

The scroll view was decreased by a small decrement as a result of the end-user clicking on a down or left arrow button.


Scroll view by substracting small distance
SmallIncrement

The scroll view was increased by a small increment as a result of the end-user clicking on an up or right arrow button.


Scroll view by adding small distance
LargeDecrement

The scroll view was decreased by a large decrement as a result of the end-user clicking beneath a scrolling thumb for a vertical scrollbar, or clicking to the left of a scrolling thumb for a horizontal scrollbar. 


Scroll view by substracting large distance
LargeIncrement

The scroll view was increased by a large increment as a result of the end-user clicking above a scrolling thumb for a vertical scrollbar, or clicking to the right of a scrolling thumb for a horizontal scrollbar. 


Scroll view by adding large distance
ZoomReset

The zoom/reset button was clicked on.


Zoom reset button

Remarks

The ScrollBarButtonType enumeration is used with the ScrollBarEventArgs.ButtonType property, and allows the developer to determine what type of scrollbar button the end-user clicked on.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.ScrollBarButtonType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.