SnapDocumentManager Constructors
Represents a DocumentManager descendant that is used along with the SnapDockManager to build the Snap application UI.Name | Parameters | Description |
---|---|---|
SnapDocumentManager() | none | Initializes a new instance of the SnapDocumentManager class with default settings. |
SnapDocumentManager(IContainer) | container | Initializes a new instance of the SnapDocumentManager class with the specified container. |
See Also