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.statusBarPanel

Specifies the StatusBarPanel that represents the clicked panel.

[Visual Basic]
Public ReadOnly statusBarPanel As StatusBarPanel
[C#]
public readonly StatusBarPanel statusBarPanel;
[C++]
public: readonly StatusBarPanel* statusBarPanel;
[JScript]
public var statusBarPanel : StatusBarPanel;

See Also

StatusBarPanelClickEventArgs Class | StatusBarPanelClickEventArgs Members | System.WinForms Namespace | StatusBarPanel