StatusBarPanelClickEventArgs Constructor

Definitie

Initialiseert een nieuw exemplaar van de StatusBarPanelClickEventArgs klasse.

public:
 StatusBarPanelClickEventArgs(System::Windows::Forms::StatusBarPanel ^ statusBarPanel, System::Windows::Forms::MouseButtons button, int clicks, int x, int y);
public StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y);
new System.Windows.Forms.StatusBarPanelClickEventArgs : System.Windows.Forms.StatusBarPanel * System.Windows.Forms.MouseButtons * int * int * int -> System.Windows.Forms.StatusBarPanelClickEventArgs
Public Sub New (statusBarPanel As StatusBarPanel, button As MouseButtons, clicks As Integer, x As Integer, y As Integer)

Parameters

statusBarPanel
StatusBarPanel

Het StatusBarPanel deelvenster waarop is geklikt.

button
MouseButtons

Een van de MouseButtons waarden die de muisknoppen vertegenwoordigen waarop tijdens de StatusBarPanelmuisknop is geklikt.

clicks
Int32

Het aantal keren dat op de muisknop is geklikt.

x
Int32

De x-coördinaat van de muisklik.

y
Int32

De y-coördinaat van de muisklik.

Van toepassing op

Zie ook