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!

StatusBar.ShowPanels

Gets or sets a value indicating whether panels should be shown.

[Visual Basic]
Public Property ShowPanels As Boolean
[C#]
public bool ShowPanels {get; set;}
[C++]
public: __property bool get_ShowPanels();
public: __property void set_ShowPanels(bool);
[JScript]
public function get ShowPanels() : Boolean;
public function set ShowPanels(Boolean);

Property Value

true if the panels are displayed; false if text is displayed. The default is false.

See Also

StatusBar Class | StatusBar Members | System.WinForms Namespace