Version

PanelClickEventArgs Class Members

The following tables list the members exposed by PanelClickEventArgs.

Public Constructors
 NameDescription
Public ConstructorPanelClickEventArgs ConstructorInitializes a new PanelClickEventArgs  
Public Properties
 NameDescription
Public PropertyButtonGets which mouse button was pressed. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyClicksGets the number of times the mouse button was pressed and released. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyDeltaGets 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. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyLocationGets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyPanelReturns the UltraStatusPanel associated with the event  
Public PropertyXGets the x-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyYGets the y-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
See Also