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

Parameters

cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference to workspace cell that needs updating.
cellState
Type: Internal.ComponentFactory.Krypton.DockingKryptonSpaceCachedCellState
Reference to cell specific cached state.
See Also