System.Windows.Forms.ToolStripContentPanel Class

Represents the center panel of a System.Windows.Forms.ToolStripContainer control.

See Also: ToolStripContentPanel Members

Syntax

[System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripContentPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.InitializationEvent("Load")]
[System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)]
[System.ComponentModel.ToolboxItem(false)]
[System.ComponentModel.DefaultEvent("Load")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class ToolStripContentPanel : Panel

Remarks

You can use the top, bottom, left, and right panels of the System.Windows.Forms.ToolStripContainer to hold System.Windows.Forms.ToolStrip, System.Windows.Forms.MenuStrip, or System.Windows.Forms.StatusStrip controls. Use the System.Windows.Forms.ToolStripContentPanel to hold controls other than these.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0