ScrollBarEventArgs(Axis, Int32, Int32, ScrollBarButtonType) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
軸、マウス カーソルの 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)
パラメーター
- x
- Int32
マウス カーソルの X 位置。
- y
- Int32
マウス カーソルの Y 位置。
- buttonType
- ScrollBarButtonType
クリックされたボタンの種類。