Skip to main content

DockManager.AddPanel Method

Name Parameters Description
AddPanel(DockingStyle, DockPanel) dock, panel Docks the specified panel to the DockManager container using the specified style.
AddPanel(DockingStyle) dock Creates a new dock panel and docks it to the form (user control) using the specified dock style.
AddPanel(Point) floatLocation Creates a new dock panel and floats it at the specified point.
AddPanel(Control, DockingStyle, String) content, dock, caption Creates a new panel and docks it to the required position.
AddPanel(Control, Point, String) content, floatLocation, caption Creates a new floating panel with the target content.