Skip to main content
A newer version of this page is available.

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