System.Windows.Forms.SplitterPanel Class

Creates a panel that is associated with a System.Windows.Forms.SplitContainer.

See Also: SplitterPanel Members

Syntax

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

Remarks

The System.Windows.Forms.SplitterPanel is a member of its associated System.Windows.Forms.SplitContainer rather than being a member of the underlying form. At design time, the System.Windows.Forms.SplitterPanel is accessible through the SplitContainer.Panel1 or SplitContainer.Panel2 properties of System.Windows.Forms.SplitContainer.

Requirements

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