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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SlideOut(
	KryptonPage page,
	KryptonAutoHiddenGroup group,
	bool select
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to page for display.
group
Type: Internal.ComponentFactory.Krypton.DockingKryptonAutoHiddenGroup
Reference to auto hidden group that displays the page.
select
Type: SystemBoolean
Should the sliding out page become selected.
See Also