IWorkspaceManager Methods
When implemented, represents a WorkspaceManager instance.
Name | Description |
---|---|
Apply |
Applies the workspace with the specified name to the target control. |
Capture |
Creates a new workspace by capturing the current layout of the target control and its child controls. |
Load |
Loads a workspace from the specified file or stream, and adds it to the IWorkspace |
Remove |
Removes the workspace with the specified name. |
Rename |
Renames the specified workspace. |
Save |
Saves the workspace with the specified name to a file or stream. |
See Also