Click or drag to resize

DockingElement Methods

The DockingElement type exposes the following members.

Methods
  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDemandDockingManager
Checks that this element has access to a docking manager, throwing exception if not.
Public methodDemandPagesNotBePresent
Checks that the provided set of pages are not already present in the docking hierarchy.
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindDockingEdgeAutoHidden
Find a edge auto hidden element by searching the hierarchy.
Public methodFindDockingEdgeDocked
Find a edge docked element by searching the hierarchy.
Public methodFindDockingFloating
Find a floating docking element by searching the hierarchy.
Public methodFindDockingNavigator
Find a navigator element by searching the hierarchy.
Public methodFindDockingWorkspace
Find a workspace element by searching the hierarchy.
Public methodFindPageElement
Find the docking element that contains the named page.
Public methodFindPageLocation
Find the docking location of the named page.
Public methodFindStorePageElement
Find the docking element that contains the location specific store page for the named page.
Public methodGetEnumerator
Shallow enumerate over child docking elements.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetParentType
Search up the parent chain looking for the specified type of object.
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodLoadChildDockingElement
Perform docking element specific actions for loading a child xml.
Protected methodLoadDockingElement
Perform docking element specific actions based on the loading xml.
Public methodLoadElementFromXml
Loads docking configuration information using a provider xml reader.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodPropogateAction(DockingPropogateAction, KryptonPage)
Propogates an action request down the hierarchy of docking elements.
Public methodPropogateAction(DockingPropogateAction, Int32)
Propogates an action request down the hierarchy of docking elements.
Public methodPropogateAction(DockingPropogateAction, String)
Propogates an action request down the hierarchy of docking elements.
Public methodPropogateBoolState
Propogates a boolean state request down the hierarchy of docking elements.
Public methodPropogateCellList
Propogates a workspace cell list request down the hierarchy of docking elements.
Public methodPropogateDragTargets
Propogates a request for drag targets down the hierarchy of docking elements.
Public methodPropogateIntState
Propogates an integer state request down the hierarchy of docking elements.
Public methodPropogatePageList
Propogates a page list request down the hierarchy of docking elements.
Public methodPropogatePageState
Propogates a page request down the hierarchy of docking elements.
Public methodResolvePath
Resolve the provided path.
Public methodSaveElementToXml
Saves docking configuration information using a provider xml writer.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Extension Methods
See Also