NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBarPanelClickEventArgs Class

Provides data for the OnPanelClick event.

Object
   EventArgs
      MouseEventArgs
         StatusBarPanelClickEventArgs

[Visual Basic]
Public Class StatusBarPanelClickEventArgs
   Inherits MouseEventArgs
[C#]
public class StatusBarPanelClickEventArgs : MouseEventArgs
[C++]
public __gc class StatusBarPanelClickEventArgs : public
   MouseEventArgs
[JScript]
public class StatusBarPanelClickEventArgs extends MouseEventArgs

Remarks

The OnPanelClick event occurs when the user clicks a panel on the StatusBar. A StatusBarPanelClickEventArgs specifies which panel was clicked, the mouse button pressed, how many times it was pressed, and the coordinates of the mouse click.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

StatusBarPanelClickEventArgs Members | System.WinForms Namespace | MouseEventArgs | OnPanelClick | StatusBar | StatusBarPanel