WorkspaceManager Members
In This Article
#Constructors
Name | Description |
---|---|
Workspace |
Initializes a new instance of the Workspace |
Workspace |
Initializes a new instance of the Workspace |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether or not changing workspaces within this Workspace |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Close |
Gets or sets whether this Workspace |
Close |
Gets or sets whether this Workspace |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Recent |
Provides access to the recently used workspaces collection. |
Save |
Gets or sets whether the Workspace |
Show |
Gets or sets whether the “Workspaces” dialog should display the column that shows paths to workspace files. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Target |
Gets or sets a control whose layout is managed by this Workspace |
Throw |
Gets or sets whether the application should throw the Xml |
Transition |
Gets or sets the transition animation that follows applying workspaces. |
Workspaces | Provides access to all currently active workspaces. |
#Methods
Name | Description |
---|---|
Apply |
Locates a workspace with the target name within the Workspace |
Capture |
Captures the current form layout and places it to the Workspace |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Gets a Workspace |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns a workspace with a specific index from the Workspace |
Get |
Returns a workspace with a specific name from the Workspace |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load |
Loads a workspace from the target stream and places this workspace in the Workspace |
Load |
Loads a workspace from the target stream and places it in the Workspace |
Load |
Loads a workspace from the target file and places this workspace in the Workspace |
Load |
Loads a workspace from the target local file and places it in the Workspace |
Load |
Loads all workspaces in the target stream into the Workspace |
Load |
Loads all workspaces in the target file into the Workspace |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a workspace with the target name from the Workspace |
Rename |
Renames the target workspace. |
Reset |
|
Restore |
Loads the layouts of specified controls from a stream. |
Restore |
Loads the layouts of specified controls from a file. |
Restore |
Loads the layout of the specified control from a stream. |
Restore |
Loads the layout of the specified control from a file. |
Save |
Saves the layouts of specified controls to a stream. |
Save |
Saves the layouts of specified controls to a file. |
Save |
Saves the layout of the specified control to a stream. |
Save |
Saves the layout of the specified control to a file. |
Save |
Saves a workspace from the Workspace |
Save |
Saves a workspace from the Workspace |
Save |
Saves all workspaces in the Workspace |
Save |
Saves all workspaces in the Workspace |
Set |
Allows you to exclude a specific control from the global application workspace. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
After |
Occurs after a workspace was applied. |
Before |
Fires before the Workspace Manager applies a new workspace. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Property |
Occurs whenever a property is about to be restored from a workspace. |
Property |
Occurs whenever a property is about to be written into a workspace. |
Workspace |
Occurs whenever a new workspace was added to the Workspace |
Workspace |
Occurs whenever the Workspace |
Workspace |
Occurs when a corrupt workspace is activated. Allows you to read the “args” parameter to identify the issue found in this layout. This event is followed by the Xml |
Workspace |
Fires when a workspace was removed from the Workspace |
Workspace |
Occurs after the Workspace |
See Also