ScrollBarEventArgs(Axis, Int32, Int32, ScrollBarButtonType) コンストラクター

定義

軸、マウス カーソルの X 位置と Y 位置、およびクリックされたボタンの種類を指定して、ScrollBarEventArgs クラスの新しいインスタンスを初期化します。

public:
 ScrollBarEventArgs(System::Windows::Forms::DataVisualization::Charting::Axis ^ axis, int x, int y, System::Windows::Forms::DataVisualization::Charting::ScrollBarButtonType buttonType);
public ScrollBarEventArgs (System.Windows.Forms.DataVisualization.Charting.Axis axis, int x, int y, System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType buttonType);
new System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs : System.Windows.Forms.DataVisualization.Charting.Axis * int * int * System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType -> System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs
Public Sub New (axis As Axis, x As Integer, y As Integer, buttonType As ScrollBarButtonType)

パラメーター

axis
Axis

スクロール バーを格納している Axis

x
Int32

マウス カーソルの X 位置。

y
Int32

マウス カーソルの Y 位置。

buttonType
ScrollBarButtonType

クリックされたボタンの種類。

適用対象