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);
true if the panels are displayed; false if text is displayed. The default is false.
StatusBar Class | StatusBar Members | System.WinForms Namespace