Click or drag to resize

KryptonDockingEdgeAutoHiddenSlidePageOut(KryptonPage, Boolean) Method

Slide the specified page into view and optionally select.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SlidePageOut(
	KryptonPage page,
	bool select
)

Parameters

page  KryptonPage
Page to slide into view.
select  Boolean
True to select the page; otherwise false.
See Also