DockManager.AddPanel Method
Name | Parameters | Description |
---|---|---|
Add |
dock, panel |
Docks the specified panel to the Dock |
Add |
dock | Creates a new dock panel and docks it to the form (user control) using the specified dock style. |
Add |
float |
Creates a new dock panel and floats it at the specified point. |
Add |
content, dock, caption | Creates a new panel and docks it to the required position. |
Add |
content, float |
Creates a new floating panel with the target content. |