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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.