Click or drag to resize

KryptonSpaceUpdateCellActions Method

Update the cell settings to reflect the provided page, cell and page flag settings.

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#
protected virtual void UpdateCellActions(
	KryptonWorkspaceCell cell,
	KryptonSpaceCachedCellState cellState
)

Parameters

cell  KryptonWorkspaceCell
Reference to workspace cell that needs updating.
cellState  KryptonSpaceCachedCellState
Reference to cell specific cached state.
See Also