KryptonWorkspaceCellForPage Method |
Find the cell that contains the provided page.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonWorkspaceCell CellForPage(
KryptonPage page
)
Parameters
- page KryptonPage
- Page to search for.
Return Value
KryptonWorkspaceCellCell containing page;otherwise null.
See Also