ApplyWorkspace(String)
|
Locates a workspace with the target name within the WorkspaceManager.Workspaces collection and applies it to the application.
|
CaptureWorkspace(String, Boolean)
|
Captures the current form layout and places it to the WorkspaceManager.Workspaces collection under the specific name.
|
CreateObjRef(Type)
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
Dispose()
|
Releases all resources used by the Component.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
FromControl(Control)
static
|
Gets a WorkspaceManager stored within the target control.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetService(Type)
protected
|
Returns an object that represents a service provided by the Component or by its Container.
|
GetType()
|
Gets the Type of the current instance.
|
GetWorkspace(Int32)
|
Returns a workspace with a specific index from the WorkspaceManager.Workspaces collection.
|
GetWorkspace(String)
|
Returns a workspace with a specific name from the WorkspaceManager.Workspaces collection.
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
LoadWorkspace(String, Stream, Boolean)
|
Loads a workspace from the target stream and places this workspace in the WorkspaceManager.Workspaces collection under the specific name.
|
LoadWorkspace(String, Stream)
|
Loads a workspace from the target stream and places it in the WorkspaceManager.Workspaces collection under the specific name.
|
LoadWorkspace(String, Object, Boolean)
|
Loads a workspace from the target file and places this workspace in the WorkspaceManager.Workspaces collection under the specific name.
|
LoadWorkspace(String, Object)
|
Loads a workspace from the target local file and places it in the WorkspaceManager.Workspaces collection under the specific name.
|
LoadWorkspaces(Stream)
|
Loads all workspaces in the target stream into the WorkspaceManager.Workspaces collection.
|
LoadWorkspaces(Object)
|
Loads all workspaces in the target file into the WorkspaceManager.Workspaces collection.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RemoveWorkspace(String)
|
Removes a workspace with the target name from the WorkspaceManager.Workspaces collection.
|
RenameWorkspace(String, String)
|
Renames the target workspace.
|
ResetSerializationEnabled(IComponent)
static
|
|
RestoreLayout(IEnumerable<IComponent>, Stream, Predicate<IComponentProperty>)
static
|
Loads the layouts of specified controls from a stream.
|
RestoreLayout(IEnumerable<IComponent>, String, Predicate<IComponentProperty>)
static
|
Loads the layouts of specified controls from a file.
|
RestoreLayout(Control, Stream, Predicate<IComponentProperty>)
static
|
Loads the layout of the specified control from a stream.
|
RestoreLayout(Control, String, Predicate<IComponentProperty>)
static
|
Loads the layout of the specified control from a file.
|
SaveLayout(IEnumerable<IComponent>, Stream, Predicate<IComponentProperty>)
static
|
Saves the layouts of specified controls to a stream.
|
SaveLayout(IEnumerable<IComponent>, String, Predicate<IComponentProperty>)
static
|
Saves the layouts of specified controls to a file.
|
SaveLayout(Control, Stream, Predicate<IComponentProperty>)
static
|
Saves the layout of the specified control to a stream.
|
SaveLayout(Control, String, Predicate<IComponentProperty>)
static
|
Saves the layout of the specified control to a file.
|
SaveWorkspace(String, Stream, Boolean)
|
Saves a workspace from the WorkspaceManager.Workspaces collection to a stream.
|
SaveWorkspace(String, Object, Boolean)
|
Saves a workspace from the WorkspaceManager.Workspaces collection to a local file.
|
SaveWorkspaces(Stream)
|
Saves all workspaces in the WorkspaceManager.Workspaces collection to the target stream.
|
SaveWorkspaces(Object)
|
Saves all workspaces in the WorkspaceManager.Workspaces collection to the target file.
|
SetSerializationEnabled(IComponent, Boolean, Boolean)
static
|
Allows you to exclude a specific control from the global application workspace.
|
ToString()
|
Returns a String containing the name of the Component, if any. This method should not be overridden.
|