Version

PanelClickEventArgs Constructor

Initializes a new PanelClickEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal panel As UltraStatusPanel, _
   ByVal button As MouseButtons, _
   ByVal clicks As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
public PanelClickEventArgs( 
   UltraStatusPanel panel,
   MouseButtons button,
   int clicks,
   int x,
   int y
)

Parameters

panel
Panel associated with the event
button
Indicates which mouse button was released.
clicks
Number of times the mouse was pressed
x
X coordinate in client coordinates
y
Y coordinate in client coordinates
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also