SnapDockManager Constructors
Provides dock panels for a Snap application.| Name | Parameters | Description |
|---|---|---|
| SnapDockManager() | none | Initializes a new instance of the SnapDockManager class with default settings. |
| SnapDockManager(IContainer) | container | Initializes a new instance of the SnapDockManager class with the specified container. |
| SnapDockManager(ContainerControl) | form | Initializes a new instance of the SnapDockManager class with the specified container control. |
See Also