Click or drag to resize

KryptonWorkspaceCloseAllButThisPage Method

Close all the pages except the one provided 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void CloseAllButThisPage(
	KryptonPage page
)

Parameters

page  KryptonPage
Page to close.
See Also