KryptonWorkspaceMovePageNext Method |
Move the provided page to the next cell.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void MovePageNext(
KryptonPage page,
bool selectPage
)
Parameters
- page KryptonPage
- Page to move.
- selectPage Boolean
- Should page be selected once moved.
See Also