Panel Hierarchy

The following table lists the classes derived from System.Windows.Forms.Panel .

Derived Classes

Class Description
System.Windows.Forms.Design.ComponentEditorPage Provides a base implementation for a ComponentEditorPage.
System.Windows.Forms.FlowLayoutPanel Represents a panel that dynamically lays out its contents horizontally or vertically.
System.Windows.Forms.SplitterPanel Creates a panel that is associated with a SplitContainer.
System.Windows.Forms.TableLayoutPanel Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
System.Windows.Forms.TabPage Represents a single tab page in a TabControl.
System.Windows.Forms.ToolStripContentPanel Represents the center panel of a ToolStripContainer control.

See Also

Reference

Panel Class
Panel Members
System.Windows.Forms Namespace
GroupBox Class