ScrollBarEventArgs.ButtonType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.