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

Gets or sets the style of the panel.

[Visual Basic]
Public Property Style As StatusBarPanelStyle
[C#]
public StatusBarPanelStyle Style {get; set;}
[C++]
public: __property StatusBarPanelStyle get_Style();
public: __property void set_Style(StatusBarPanelStyle);
[JScript]
public function get Style() : StatusBarPanelStyle;
public function set Style(StatusBarPanelStyle);

Property Value

One of the StatusBarPanelStyle values. The default is Text.

See Also

StatusBarPanel Class | StatusBarPanel Members | System.WinForms Namespace