Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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