Click or drag to resize

KryptonDockingControl Class

Provides docking functionality for a control instance.
Inheritance Hierarchy

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class KryptonDockingControl : DockingElementOpenCollection

The KryptonDockingControl type exposes the following members.

Constructors
 NameDescription
Public methodKryptonDockingControl(String, Control) Initialize a new instance of the KryptonDockingControl class.
Public methodKryptonDockingControl(String, Control, KryptonDockingNavigator) Initialize a new instance of the KryptonDockingControl class.
Public methodKryptonDockingControl(String, Control, KryptonDockingWorkspace) Initialize a new instance of the KryptonDockingControl class.
Top
Properties
 NameDescription
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyControl Gets the control this element is managing.
Public propertyCount Gets the number of child docking elements.
(Inherited from DockingElementClosedCollection)
Protected propertyDesignModeGets 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 propertyEventsGets 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 propertyInnerMinimum Gets and sets the minimum size for the inner area of the control that docking should not overlap.
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 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 propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Protected propertyXmlElementName Gets the xml element name to use when saving.
(Overrides DockingElementXmlElementName)
Top
Methods
 NameDescription
Public methodAdd Append a docking element to the collection.
(Inherited from DockingElementOpenCollection)
Public methodClear Remove all docking elements from the collection.
(Inherited from DockingElementOpenCollection)
Public methodContains Determines whether the collection contains the docking element.
(Inherited from DockingElementClosedCollection)
Public methodDemandDockingManager Checks that this element has access to a docking manager, throwing exception if not.
(Inherited from DockingElement)
Public methodDemandPagesNotBePresent Checks that the provided set of pages are not already present in the docking hierarchy.
(Inherited from DockingElement)
Public methodDisposeReleases 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases 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.
(Inherited from DockingElement)
Public methodFindDockingEdgeDocked Find a edge docked element by searching the hierarchy.
(Inherited from DockingElement)
Public methodFindDockingFloating Find a floating docking element by searching the hierarchy.
(Inherited from DockingElement)
Public methodFindDockingNavigator Find a navigator element by searching the hierarchy.
(Inherited from DockingElement)
Public methodFindDockingWorkspace Find a workspace element by searching the hierarchy.
(Inherited from DockingElement)
Public methodFindPageElement Find the docking element that contains the named page.
(Inherited from DockingElement)
Public methodFindPageLocation Find the docking location of the named page.
(Inherited from DockingElement)
Public methodFindStorePageElement Find the docking element that contains the location specific store page for the named page.
(Inherited from DockingElement)
Public methodGetEnumerator Shallow enumerate over child docking elements.
(Inherited from DockingElementClosedCollection)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodGetParentType Search up the parent chain looking for the specified type of object.
(Inherited from DockingElement)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodInsert Append a docking element to the collection.
(Inherited from DockingElementOpenCollection)
Protected methodInternalAdd Append a docking element to the collection.
(Inherited from DockingElementClosedCollection)
Protected methodInternalClear Remove all docking elements from the collection.
(Inherited from DockingElementClosedCollection)
Protected methodInternalInsert Insert a docking element to the collection.
(Inherited from DockingElementClosedCollection)
Protected methodInternalRemove Removes first occurance of specified docking element.
(Inherited from DockingElementClosedCollection)
Protected methodLoadChildDockingElement Perform docking element specific actions for loading a child xml.
(Inherited from DockingElement)
Protected methodLoadDockingElement Perform docking element specific actions based on the loading xml.
(Inherited from DockingElement)
Public methodLoadElementFromXml Loads docking configuration information using a provider xml reader.
(Overrides DockingElementLoadElementFromXml(XmlReader, KryptonPageCollection))
Protected methodMemberwiseCloneCreates 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.
(Inherited from DockingElement)
Public methodPropogateAction(DockingPropogateAction, Int32) Propogates an action request down the hierarchy of docking elements.
(Inherited from DockingElement)
Public methodPropogateAction(DockingPropogateAction, String) Propogates an action request down the hierarchy of docking elements.
(Overrides DockingElementPropogateAction(DockingPropogateAction, String))
Public methodPropogateBoolState Propogates a boolean state request down the hierarchy of docking elements.
(Inherited from DockingElement)
Public methodPropogateCellList Propogates a workspace cell list request down the hierarchy of docking elements.
(Inherited from DockingElement)
Public methodPropogateDragTargets Propogates a request for drag targets down the hierarchy of docking elements.
(Overrides DockingElementPropogateDragTargets(KryptonFloatingWindow, PageDragEndData, DragTargetList))
Public methodPropogateIntState Propogates an integer state request down the hierarchy of docking elements.
(Inherited from DockingElement)
Public methodPropogatePageList Propogates a page list request down the hierarchy of docking elements.
(Inherited from DockingElement)
Public methodPropogatePageState Propogates a page request down the hierarchy of docking elements.
(Inherited from DockingElement)
Public methodRemove Removes first occurance of specified docking element.
(Inherited from DockingElementOpenCollection)
Public methodResolvePath Resolve the provided path.
(Inherited from DockingElement)
Public methodSaveElementToXml Saves docking configuration information using a provider xml writer.
(Inherited from DockingElement)
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Top
Events
 NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also