ScrollBarEventArgs.ButtonType Property

Definition

Gets the type of scrollbar button that the end-user clicked.

public:
 property System::Windows::Forms::DataVisualization::Charting::ScrollBarButtonType ButtonType { System::Windows::Forms::DataVisualization::Charting::ScrollBarButtonType get(); };
public System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType ButtonType { get; }
member this.ButtonType : System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType
Public ReadOnly Property ButtonType As ScrollBarButtonType

Property Value

A ScrollBarButtonType enumeration value that represents the type of scrollbar button the end-user clicked.

Remarks

This property is exposed in the AxisScrollBarClicked event of the root Chart object, and can be used to determine the type of scrollbar button the end-user clicked.

Applies to