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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.