SnapDockManager Methods
Provides dock panels for a Snap application.Name | Description |
---|---|
About() static | Activates the dock manager’s About dialog box. Inherited from DockManager. |
AddPanel(DockingStyle, DockPanel) | Docks the specified panel to the DockManager container using the specified style. Inherited from DockManager. |
AddPanel(DockingStyle) | Creates a new dock panel and docks it to the form (user control) using the specified dock style. Inherited from DockManager. |
AddPanel(Point) | Creates a new dock panel and floats it at the specified point. Inherited from DockManager. |
AddPanel(Control, DockingStyle, String) | Creates a new panel and docks it to the required position. Inherited from DockManager. |
AddPanel(Control, Point, String) | Creates a new floating panel with the target content. Inherited from DockManager. |
BeginInit() | Notifies the component that the initialization has started. Inherited from DockManager. |
BeginUpdate() | Locks the DockManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. Inherited from DockManager. |
Clear() | Destroys all panels. Inherited from DockManager. |
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
CreateVs2005DockStyleVisualizers() | Creates a helper object that manages dock visualizers for the VS2005 dock style. Inherited from DockManager. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
EndInit() | Notifies the control that the initialization has been completed. Inherited from DockManager. |
EndUpdate() | Unlocks the DockManager object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from DockManager. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
ForceInitialize() | Forces the dock manager to finish its initialization. Inherited from DockManager. |
GetDockPanelAtPos(Point) | Returns the panel located under the specified point. Inherited from DockManager. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
GetLogicalChildren() | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DockManager. |
GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
InitializeCore() | Performs basic initialization of the created SnapDockManager object and assigns the specified Design Surface to it. |
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
LockWindowUpdate() | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DockManager. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RemovePanel(DockPanel) | Destroys the specified panel. Inherited from DockManager. |
ReplaceOwnerForm() | Call this method to change the DockManager parent form. Inherited from DockManager. |
RestoreFromRegistry(String) | Restores the layout stored at the specified system registry path to the dock panels. Inherited from DockManager. |
RestoreFromStream(Stream) | Restores the layout in the specified stream to the dock panels. Inherited from DockManager. |
RestoreFromXml(String) | Restores the layout of dock controls from the specified XML file. Inherited from DockManager. |
RestoreLayoutFromRegistry(String) | Restores the layout of dock panels from the specified system registry path. Inherited from DockManager. |
RestoreLayoutFromStream(Stream) | Restores the layout of dock panels from the specified stream. Inherited from DockManager. |
RestoreLayoutFromXml(String) | Restores the layout of dock panels from the specified XML file. Inherited from DockManager. |
SaveLayoutToRegistry(String) | Saves the layout of dock panels to the specified system registry path. Inherited from DockManager. |
SaveLayoutToStream(Stream) | Saves the layout of dock panels to a stream. Inherited from DockManager. |
SaveLayoutToXml(String) | Saves the layout of dock panels to an XML file. Inherited from DockManager. |
SaveToRegistry(String) | Saves the layout of the dock panels to the registry. Inherited from DockManager. |
SaveToStream(Stream) | Saves the layout of dock panels to a stream. Inherited from DockManager. |
SaveToXml(String) | Saves the layout of dock panels to an XML file. Inherited from DockManager. |
ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
See Also