ToolStripPanel Control Overview
A ToolStripPanel provides a single area for positioning and rafting ToolStrip, MenuStrip, and StatusStrip controls. Multiple ToolStrip controls stack vertically or horizontally depending on the Orientation of the ToolStripPanel.
Important ToolStripPanel Members
Name | Description |
---|---|
Gets or sets a value indicating the horizontal or vertical orientation of the ToolStripPanel. |
|
Gets or sets a ToolStripRenderer used to customize the appearance of a ToolStripPanel. |
|
Gets or sets the painting styles to be applied to the ToolStripPanel. |
|
Gets or sets the spacing, in pixels, between the ToolStripPanelRow and the ToolStripPanel. |
|
Gets the ToolStripPanelRow in this ToolStripPanel. |
|
Adds a ToolStrip to a ToolStripPanel. |