Docking |
The DockingElement type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| Count | Gets the number of child docking elements. | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) | |
| DockingManager | Finds the KryptonDockingManager instance that owns this part of the docking hieararchy. | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) | |
| HasDockManager | Returns a value indicating if this docking element has access to a parent docking manager. | |
| 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. | |
| Site | Gets or sets the ISite of the Component. (Inherited from Component) | |
| XmlElementName | Gets the xml element name to use when saving. |