StatusBarPanelClickEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy StatusBarPanelClickEventArgs.

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)

Parametry

statusBarPanel
StatusBarPanel

Element StatusBarPanel reprezentujący kliknięty panel.

button
MouseButtons

MouseButtons Jedną z wartości reprezentujących przyciski myszy, które zostały kliknięte na obiekcie StatusBarPanel.

clicks
Int32

Liczba kliknięć przycisku myszy.

x
Int32

Współrzędna x kliknięcia myszy.

y
Int32

Współrzędna y kliknięcia myszą.

Dotyczy

Zobacz też