BulletGraph for WinForms
ItemMouseDown イベント (C1GaugeBase)

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1GaugeBase クラス : ItemMouseDown イベント
Occurs when the mouse pointer is over a Gauge item and a mouse button is pressed.
シンタックス
'宣言
 
Public Event ItemMouseDown As ItemMouseEventHandler
public event ItemMouseEventHandler ItemMouseDown
イベント データ

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

プロパティ解説
Gets which mouse button was pressed.  
Gets the number of times the mouse button was pressed or released.  
Gets the owner C1Gauge control. C1.Win.Gauge.ItemEventArgsから継承されます。
Gets the owner C1GaugeBase for the item causing the event. C1.Win.Gauge.ItemEventArgsから継承されます。
Gets the item causing the event. C1.Win.Gauge.ItemEventArgsから継承されます。
Indicates whether the item can be hit-tested. C1.Win.Gauge.ItemEventArgsから継承されます。
Indicates whether the mouse pointer stays over the item. C1.Win.Gauge.ItemEventArgsから継承されます。
Indicates whether the item is in 'pressed' state. C1.Win.Gauge.ItemEventArgsから継承されます。
Gets the location of the mouse during the generating mouse event.  
Gets the x-coordinate of the mouse, in pixels.  
Gets the y-coordinate of the mouse, in pixels.  
参照