ToolStripContainer::LeftToolStripPanel Property

 

Gets the left panel of the ToolStripContainer.

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

public:
property ToolStripPanel^ LeftToolStripPanel {
	ToolStripPanel^ get();
}

Property Value

Type: System.Windows.Forms::ToolStripPanel^

A ToolStripPanel representing the left panel of the ToolStripContainer.

Use the LeftToolStripPanel property to add ToolStrip, MenuStrip, or StatusStrip controls or move them from another ToolStripPanel.

.NET Framework
Available since 2.0
Return to top
Show: