Click or drag to resize

KryptonAutoHiddenSlidePanelSlideOut Method

Requests the panel slide into view and display the provided page.

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 SlideOut(
	KryptonPage page,
	KryptonAutoHiddenGroup group,
	bool select
)

Parameters

page  KryptonPage
Reference to page for display.
group  KryptonAutoHiddenGroup
Reference to auto hidden group that displays the page.
select  Boolean
Should the sliding out page become selected.
See Also