Click or drag to resize

KryptonDockingManager Properties

The KryptonDockingManager type exposes the following members.

Properties
  NameDescription
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyCells
Gets an array of all the cells inside the docking hierarchy.
Public propertyCellsDocked
Gets an array of all the cells docked inside the docking hierarchy.
Public propertyCellsFloating
Gets an array of all the cells floating inside the docking hierarchy.
Public propertyCellsWorkspace
Gets an array of all the cells inside a dockable workspace inside the docking hierarchy.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCount
Gets the number of child docking elements.
(Inherited from DockingElementClosedCollection.)
Public propertyDefaultCloseRequest
Gets and sets the default request action to use for a close.
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.
(Inherited from DockingElement.)
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.
(Inherited from DockingElement.)
Public propertyItemInt32
Gets the docking element at the specified index.
(Inherited from DockingElementClosedCollection.)
Public propertyItemString
Gets the docking element with the specified name.
(Inherited from DockingElementClosedCollection.)
Public propertyName
Gets and sets the name of the docking element.
(Inherited from DockingElement.)
Public propertyPages
Gets an array of all the pages inside the docking hierarchy.
Public propertyPagesAutoHidden
Gets an array of all the pages auto hidden inside the docking hierarchy.
Public propertyPagesDocked
Gets an array of all the pages docked inside the docking hierarchy.
Public propertyPagesFloating
Gets an array of all the pages floating inside the docking hierarchy.
Public propertyPagesWorkspace
Gets an array of all the pages inside a dockable workspace inside the docking hierarchy.
Public propertyParent
Gets and sets access to the parent docking element.
(Inherited from DockingElement.)
Public propertyPath
Gets a comma separated list of names leading to this element.
(Inherited from DockingElement.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStrings
Gets access to the set of display strings required of the docking hierarchy display elements.
Protected propertyXmlElementName
Gets the xml element name to use when saving.
(Overrides DockingElementXmlElementName.)
Top
See Also