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!

StatusBarPanel Class

Stores the StatusBar control panel's information.

Object
   Component
      StatusBarPanel

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

Remarks

When you create an instance of StatusBarPanel, the read/write properties are set to initial values. For a list of these values, see the System.WinForms.StatusBarPanel.StatusBarPanel constructor.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

StatusBarPanel Members | System.WinForms Namespace