Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ItemMouseEventArgs Class
Properties


In This Topic
    ItemMouseEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ItemMouseEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets which mouse button was pressed.  
    Public PropertyGets the number of times the mouse button was pressed or released.  
    Public PropertyGets the owner C1Gauge control. (Inherited from C1.Win.C1Gauge.ItemEventArgs)
    Public PropertyGets the owner C1GaugeBase for the item causing the event. (Inherited from C1.Win.C1Gauge.ItemEventArgs)
    Public PropertyGets the item causing the event. (Inherited from C1.Win.C1Gauge.ItemEventArgs)
    Public PropertyIndicates whether the item can be hit-tested. (Inherited from C1.Win.C1Gauge.ItemEventArgs)
    Public PropertyIndicates whether the mouse pointer stays over the item. (Inherited from C1.Win.C1Gauge.ItemEventArgs)
    Public PropertyIndicates whether the item is in 'pressed' state. (Inherited from C1.Win.C1Gauge.ItemEventArgs)
    Public PropertyGets the location of the mouse during the generating mouse event.  
    Public PropertyGets the x-coordinate of the mouse, in pixels.  
    Public PropertyGets the y-coordinate of the mouse, in pixels.  
    Top
    See Also