KryptonDockingEdgeAutoHiddenSlidePageOut(KryptonPage, Boolean) Method |
Slide the specified page into view and optionally select.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SlidePageOut(
KryptonPage page,
bool select
)
Parameters
- page KryptonPage
- Page to slide into view.
- select Boolean
- True to select the page; otherwise false.
See Also