March 2003
Intermediate to advanced
896 pages
32h 35m
English
StatusBarPanelClickEventArgs
This class encapsulates the data for the
StatusBar.PanelClick event. You can determine
which Button was pressed, the number of
Clicks (single, double, triple, etc.), the
Delta through which the mouse wheel has been
rotated, and the X and Y
coordinates of the click (in the StatusBar
coordinate space). You can also find out which
StatusBarPanel was clicked.
public class StatusBarPanelClickEventArgs : MouseEventArgs { // Public Constructors public StatusBarPanelClickEventArgs(StatusBarPanel statusBarPanel, MouseButtons button, int clicks, int x, int y); // Public Instance Properties public StatusBarPanel StatusBarPanel{get; } }
System.Object
→ System.EventArgs → MouseEventArgs → StatusBarPanelClickEventArgs
StatusBar.OnPanelClick(),
StatusBarPanelClickEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access