Click or drag to resize

KryptonWorkspaceNextVisibleCell Method

Return reference to next visible cell in hierarchy starting from specified cell.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonWorkspaceCell NextVisibleCell(
	KryptonWorkspaceCell current
)

Parameters

current  KryptonWorkspaceCell
Starting cell.

Return Value

KryptonWorkspaceCell
Next cell;otherwise null.
See Also