Docking |
The DockingElement type exposes the following members.
| Name | Description | |
|---|---|---|
| DemandDockingManager | Checks that this element has access to a docking manager, throwing exception if not. | |
| DemandPagesNotBePresent | Checks that the provided set of pages are not already present in the docking hierarchy. | |
| Dispose | Releases all resources used by the Component. (Inherited from Component) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component) | |
| FindDockingEdgeAutoHidden | Find a edge auto hidden element by searching the hierarchy. | |
| FindDockingEdgeDocked | Find a edge docked element by searching the hierarchy. | |
| FindDockingFloating | Find a floating docking element by searching the hierarchy. | |
| FindDockingNavigator | Find a navigator element by searching the hierarchy. | |
| FindDockingWorkspace | Find a workspace element by searching the hierarchy. | |
| FindPageElement | Find the docking element that contains the named page. | |
| FindPageLocation | Find the docking location of the named page. | |
| FindStorePageElement | Find the docking element that contains the location specific store page for the named page. | |
| GetEnumerator | Shallow enumerate over child docking elements. | |
| 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) Obsolete | |
| GetParentType | Search up the parent chain looking for the specified type of object. | |
| GetService | 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) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) Obsolete | |
| LoadChildDockingElement | Perform docking element specific actions for loading a child xml. | |
| LoadDockingElement | Perform docking element specific actions based on the loading xml. | |
| LoadElementFromXml | Loads docking configuration information using a provider xml reader. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) | |
| PropogateAction(DockingPropogateAction, KryptonPage) | Propogates an action request down the hierarchy of docking elements. | |
| PropogateAction(DockingPropogateAction, Int32) | Propogates an action request down the hierarchy of docking elements. | |
| PropogateAction(DockingPropogateAction, String) | Propogates an action request down the hierarchy of docking elements. | |
| PropogateBoolState | Propogates a boolean state request down the hierarchy of docking elements. | |
| PropogateCellList | Propogates a workspace cell list request down the hierarchy of docking elements. | |
| PropogateDragTargets | Propogates a request for drag targets down the hierarchy of docking elements. | |
| PropogateIntState | Propogates an integer state request down the hierarchy of docking elements. | |
| PropogatePageList | Propogates a page list request down the hierarchy of docking elements. | |
| PropogatePageState | Propogates a page request down the hierarchy of docking elements. | |
| ResolvePath | Resolve the provided path. | |
| SaveElementToXml | Saves docking configuration information using a provider xml writer. | |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |