GrapeCity PlusPak for Windows Forms 10.0J
MouseDown イベント (SideButtonBase)

マウスボタンが押されると発生します。
シンタックス
Public Event MouseDown As MouseEventHandler
public event MouseEventHandler MouseDown
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、MouseEventArgs 型の引数を受け取りました。次の MouseEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
ButtonGets which mouse button was pressed.  
ClicksGets the number of times the mouse button was pressed and released.  
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.  
LocationGets the location of the mouse during the generating mouse event.  
XGets the x-coordinate of the mouse during the generating mouse event.  
YGets the y-coordinate of the mouse during the generating mouse event.  
参照

参照

SideButtonBase クラス
SideButtonBase メンバ

 

 


© 2008 GrapeCity inc. All rights reserved.