Click or drag to resize

KryptonDockingManagerClearStoredPages Method (KryptonPage)

Clear away any store pages for the provided pages.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ClearStoredPages(
	KryptonPage[] pages
)

Parameters

pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of references to pages that should be shown.
See Also