Click or drag to resize

KryptonDockingEdgeAutoHiddenSlidePageOut(String, 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(
	string uniqueName,
	bool select
)

Parameters

uniqueName  String
Name of page to slide into view.
select  Boolean
True to select the page; otherwise false.
See Also