Skip to main content

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 a specified file or stream and adds it to the IWorkspaceManager.Workspaces collection under a specified name.
RemoveWorkspace(String) Removes a workspace with the specified name.
RenameWorkspace(String, String) Renames the specified workspace.
SaveWorkspace(String, Object) Saves a workspace with a specified name to a file or stream.
See Also