バージョン

PanelClickEventArgs クラス メンバ

PanelClickEventArgsデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタPanelClickEventArgs コンストラクタ新しい PanelClickEventArgs を初期化します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティButtonGets which mouse button was pressed. System.Windows.Forms.MouseEventArgsから継承されます。
Public プロパティClicksGets the number of times the mouse button was pressed and released. System.Windows.Forms.MouseEventArgsから継承されます。
Public プロパティDeltaGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. System.Windows.Forms.MouseEventArgsから継承されます。
Public プロパティLocationGets the location of the mouse during the generating mouse event. System.Windows.Forms.MouseEventArgsから継承されます。
Public プロパティPanelイベントに関連付けられた UltraStatusPanel を返します。  
Public プロパティXGets the x-coordinate of the mouse during the generating mouse event. System.Windows.Forms.MouseEventArgsから継承されます。
Public プロパティYGets the y-coordinate of the mouse during the generating mouse event. System.Windows.Forms.MouseEventArgsから継承されます。
トップ
参照