Click or drag to resize

KryptonWorkspacePreviousVisibleCell Method

Return reference to previous 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 PreviousVisibleCell(
	KryptonWorkspaceCell current
)

Parameters

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

Return Value

Type: KryptonWorkspaceCell
Previous cell;otherwise null.
See Also