KryptonDockingEdgeAutoHiddenSlidePageOut(String, 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(
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