DockManager Methods
The component that allows you to create docked, floating and/or auto-hidden dock panels inside a form or user control. See Docking Library.
Name | Description |
---|---|
About() static | Activates the dock manager’s About dialog box. |
Add |
Docks the specified panel to the Dock |
Add |
Creates a new dock panel and docks it to the form (user control) using the specified dock style. |
Add |
Creates a new dock panel and floats it at the specified point. |
Add |
Creates a new panel and docks it to the required position. |
Add |
Creates a new floating panel with the target content. |
Begin |
Notifies the component that the initialization has started. |
Begin |
Locks the Dock |
Clear() | Destroys all panels. |
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 |
Create |
Creates a helper object that manages dock visualizers for the VS2005 dock style. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Notifies the control that the initialization has been completed. |
End |
Unlocks the Dock |
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. |
Force |
Forces the dock manager to finish its initialization. |
Get |
Returns the panel located under the specified point. |
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 |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
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. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Lock |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
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 |
Destroys the specified panel. |
Replace |
Call this method to change the Dock |
Restore |
Restores the layout stored at the specified system registry path to the dock panels. |
Restore |
Restores the layout in the specified stream to the dock panels. |
Restore |
Restores the layout of dock controls from the specified XML file. |
Restore |
Restores the layout of dock panels from the specified system registry path. |
Restore |
Restores the layout of dock panels from the specified stream. |
Restore |
Restores the layout of dock panels from the specified XML file. |
Save |
Saves the layout of dock panels to the specified system registry path. |
Save |
Saves the layout of dock panels to a stream. |
Save |
Saves the layout of dock panels to an XML file. |
Save |
Saves the layout of the dock panels to the registry. |
Save |
Saves the layout of dock panels to a stream. |
Save |
Saves the layout of dock panels to an XML file. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
See Also