ToolStripContainer::BottomToolStripPanelVisible Property

 

Gets or sets a value indicating whether the bottom panel of the ToolStripContainer is visible.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool BottomToolStripPanelVisible {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the bottom panel of the ToolStripContainer is visible; otherwise, false. The default is true.

Set the BottomToolStripPanelVisible property to false to use a ToolStripContainer without a bottom panel.

.NET Framework
Available since 2.0
Return to top
Show: