Click or drag to resize

KryptonWorkspaceMovePageNext Method

Move the provided page to the next cell.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void MovePageNext(
	KryptonPage page,
	bool selectPage
)

Parameters

page  KryptonPage
Page to move.
selectPage  Boolean
Should page be selected once moved.
See Also