DockPanel.DockTo Method
Name | Parameters | Description |
---|---|---|
Dock |
dock, index | Docks the current panel to the form (user control) at the specified position using the specified style. |
Dock |
dock | Docks the current panel to the form (or user control) using the specified style. |
Dock |
dock |
Obsolete. This method is not supported. |
Dock |
dock |
Obsolete. This method is not supported. |
Dock |
panel, dock, index | Docks the current panel on the form (user control) to the specified panel at the specified position using the specified style. |
Dock |
panel, dock | Docks the current panel to the specified panel using the specified style. |
Dock |
panel, index | Docks the current panel to the specified panel in the specified position. |
Dock |
panel | Docks the current panel to the specified panel. |