Click or drag to resize

KryptonWorkspaceCellForPage Method

Find the cell that contains the provided page.

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 CellForPage(
	KryptonPage page
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page to search for.

Return Value

Type: KryptonWorkspaceCell
Cell containing page;otherwise null.
See Also