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 Constructor

Initializes a new default instance of the StatusBarPanel class.

[Visual Basic]
Public Sub New()
[C#]
public StatusBarPanel();
[C++]
public: StatusBarPanel();
[JScript]
public function StatusBarPanel();

Remarks

When you create an instance of StatusBarPanel, the following read/write properties are set to initial values.

Property Initial Value
Alignment HorizontalAlignment.Left
AutoSize StatusBarPanelAutoSize.None
BorderStyle StatusBarPanelBorderStyle.Sunken
Icon a null reference (in Visual Basic Nothing)
MinWidth 10
Style StatusBarPanelStyle.Text
Text A zero-length string.
ToolTipText A zero-length string.
Width 100

You can change the value for any of these properties through a separate call to the property.

See Also

StatusBarPanel Class | StatusBarPanel Members | System.WinForms Namespace