Click or drag to resize

DockingElementPropogateCellList Method

Propogates a workspace cell list request down the hierarchy of docking elements.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void PropogateCellList(
	DockingPropogateCellList state,
	KryptonWorkspaceCellList cells
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogateCellList
Request that should result in the cells collection being modified.
cells
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCellList
Cells collection for modification by the docking elements.

Implements

IDockingElementPropogateCellList(DockingPropogateCellList, KryptonWorkspaceCellList)
See Also