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

IWorkspaceManager Methods

When implemented, represents a WorkspaceManager instance.
Name Description
ApplyWorkspace(String) Applies the workspace with the specified name to the target control.
CaptureWorkspace(String) Creates a new workspace by capturing the current layout of the target control and its child controls.
LoadWorkspace(String, Object) Loads a workspace from the specified file or stream, and adds it to the IWorkspaceManager.Workspaces collection under the specified name.
RemoveWorkspace(String) Removes the workspace with the specified name.
RenameWorkspace(String, String) Renames the specified workspace.
SaveWorkspace(String, Object) Saves the workspace with the specified name to a file or stream.
See Also