Click or drag to resize

KryptonWorkspaceMovePagePrevious Method

Move the provided page to the previous 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 MovePagePrevious(
	KryptonPage page,
	bool selectPage
)

Parameters

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