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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonWorkspaceCell NextVisibleCell(
	KryptonWorkspaceCell current
)

Parameters

current
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Starting cell.

Return Value

Type: KryptonWorkspaceCell
Next cell;otherwise null.
See Also