StatusBarPanelClickEventArgs コンストラクター

定義

StatusBarPanelClickEventArgs クラスの新しいインスタンスを初期化します。

public:
 StatusBarPanelClickEventArgs(System::Windows::Forms::StatusBarPanel ^ statusBarPanel, System::Windows::Forms::MouseButtons button, int clicks, int x, int y);
public StatusBarPanelClickEventArgs (System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y);
new System.Windows.Forms.StatusBarPanelClickEventArgs : System.Windows.Forms.StatusBarPanel * System.Windows.Forms.MouseButtons * int * int * int -> System.Windows.Forms.StatusBarPanelClickEventArgs
Public Sub New (statusBarPanel As StatusBarPanel, button As MouseButtons, clicks As Integer, x As Integer, y As Integer)

パラメーター

statusBarPanel
StatusBarPanel

クリックされたパネルを表す StatusBarPanel

button
MouseButtons

MouseButtons 上でクリックされたマウス ボタンを表す StatusBarPanel 値の 1 つ。

clicks
Int32

マウス ボタンがクリックされた回数。

x
Int32

マウスがクリックされた位置の x 座標。

y
Int32

マウスがクリックされた位置の y 座標。

適用対象

こちらもご覧ください