Click or drag to resize

KryptonWorkspaceCellForPage Method

Find the cell that contains the provided page.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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