Click or drag to resize

IDockingElementPropogateCellList 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void PropogateCellList(
	DockingPropogateCellList state,
	KryptonWorkspaceCellList cells
)

Parameters

state  DockingPropogateCellList
Request that should result in the cells collection being modified.
cells  KryptonWorkspaceCellList
Cells collection for modification by the docking elements.
See Also