KryptonAutoHiddenSlidePanelSlideOut Method |
Requests the panel slide into view and display the provided page.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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