Click or drag to resize

KryptonWorkspaceClosePage Method

Close the page using the same logic as the close button on the 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 void ClosePage(
	KryptonPage page
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page to close.
See Also