NetXP 3.0 Reference

DockingManager Methods

The methods of the DockingManager class are listed below. For a complete list of DockingManager class members, see the DockingManager Members topic.

Public Instance Methods

AddDockObjectToDockRegion If you already have a reference to a DockRegion object then this will create a new Window to host the provided DockObject and then add the Window to the given relative position inside the DockRegion.
AddDockObjectToWindowObjects If you already have a reference to a WindowObjects object then this method will add the provided DockObject into that object.
AddDockObjectWithState Will create an appropriate Window for hosting the provided DockObject and place inside a new DockRegion which is placed according to the State given.
BringAutoHideIntoView If the given object instance is in the AutoHide mode then it will be selected and slide out into view.
CreateDockRegionForDockObject Creates an appropriate DockRegion object and adds it to the managed control.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
CreateWindowForDockObjectOverloaded. Used to create an appropriately configured Window object for the given DockObject object. Currently this ensures the caption bar matches the requested style specified in the constructor.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
HideAllDockObjects Hides all objects.
HideDockObjectOverloaded. If the provided object is visible then it will become hidden.
InitializeControl Initializes the control.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
InnerResizeRectangle Internal.
LoadConfigFromArray Loads layout information from given array of bytes.
LoadConfigFromFile Loads layout information from given file.
LoadConfigFromStream Loads layout information from given stream object.
OnDockObjectHiding Internal.
OuterControlIndex Internal.
RemoveShowingAutoHideWindows If any of the AutoHide windows is currently being shown, this will remove it from display immediately.
ReorderDockRegionToInnerMost Repositions the given reference within the list of Form controls to the innermost valid point.
ReorderDockRegionToOuterMost Repositions the given reference within the list of Form controls to the outermost valid point.
SaveConfigToArrayOverloaded. Saves layout information into an array of bytes using Encoding.Unicode.
SaveConfigToFileOverloaded. Saves layout information into a named file using Encoding.Unicode.
SaveConfigToStream Saves layout information into a stream object using specified encoding.
ShowAllDockObjects Show all objects.
ShowDockObject If the provided object is hidden then it will be restored to become visible.
ToggleDockObjectAutoHide Toggles the auto-hide state of an object.
ToString (inherited from Component) 
UpdateInnerFill Internal.
UpdateNameValue Internal.
ValuesFromState Internal.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace