PanelClickEventArgsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | PanelClickEventArgs コンストラクタ | 新しい PanelClickEventArgs を初期化します。 |
名前 | 解説 | |
---|---|---|
![]() | Button | Gets which mouse button was pressed. System.Windows.Forms.MouseEventArgsから継承されます。 |
![]() | Clicks | Gets the number of times the mouse button was pressed and released. System.Windows.Forms.MouseEventArgsから継承されます。 |
![]() | Delta | Gets 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から継承されます。 |
![]() | Location | Gets the location of the mouse during the generating mouse event. System.Windows.Forms.MouseEventArgsから継承されます。 |
![]() | Panel | イベントに関連付けられた UltraStatusPanel を返します。 |
![]() | X | Gets the x-coordinate of the mouse during the generating mouse event. System.Windows.Forms.MouseEventArgsから継承されます。 |
![]() | Y | Gets the y-coordinate of the mouse during the generating mouse event. System.Windows.Forms.MouseEventArgsから継承されます。 |