Click or drag to resize

KryptonWorkspaceIsCellPresent Method

Determine if reference to cell exists in current hierarchy.

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 bool IsCellPresent(
	KryptonWorkspaceCell cell
)

Parameters

cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell

Return Value

Type: Boolean
True if it exists; otherwise false.
See Also