Click or drag to resize

DockingElement Properties

The DockingElement type exposes the following members.

Properties
  NameDescription
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCount
Gets the number of child docking elements.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDockingManager
Finds the KryptonDockingManager instance that owns this part of the docking hieararchy.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyHasDockManager
Returns a value indicating if this docking element has access to a parent docking manager.
Public propertyItemInt32
Gets the docking element at the specified index.
Public propertyItemString
Gets the docking element with the specified name.
Public propertyName
Gets and sets the name of the docking element.
Public propertyParent
Gets and sets access to the parent docking element.
Public propertyPath
Gets a comma separated list of names leading to this element.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Protected propertyXmlElementName
Gets the xml element name to use when saving.
Top
See Also