| IDockingElement Interface | 
Namespace: Internal.ComponentFactory.Krypton.Docking
 Syntax
Syntaxpublic interface IDockingElement : IEnumerable<IDockingElement>, IEnumerable
The IDockingElement type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | 
            Gets the number of child docking elements.
             | 
|  | ItemInt32 | 
            Gets the docking element at the specified index.
             | 
|  | ItemString | 
            Gets the docking element with the specified name.
             | 
|  | Name | 
            Gets and sets the name of the docking element.
             | 
|  | Parent | 
            Gets and sets access to the parent docking element.
             | 
|  | Path | 
            Gets a comma separated list of names leading to this element.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | 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 | Returns an enumerator that iterates through the collection.(Inherited from IEnumerableIDockingElement.) | 
|  | LoadElementFromXml | 
            Loads docking configuration information using a provider xml reader.
             | 
|  | 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.
             | 
 See Also
See Also