IWorkspaceManager Members
In This Article
#Properties
Name | Description |
---|---|
Close |
|
Close |
|
Target |
Gets the target control. |
Transition |
Gets or sets the shader effect for the animation played when switching between workspaces. |
Workspaces | Gets the collection of workspaces. |
#Methods
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. |
#Events
Name | Description |
---|---|
After |
Occurs after a workspace has been applied to the target control. |
Before |
Occurs before a workspace is applied to the target control. |
See Also