Click or drag to resize

KryptonDockingEdgeAutoHiddenSlidePageOut Method (String, Boolean)

Slide the specified page into view and optionally select.

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

Parameters

uniqueName
Type: SystemString
Name of page to slide into view.
select
Type: SystemBoolean
True to select the page; otherwise false.
See Also