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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void MovePageNext(
	KryptonPage page,
	bool selectPage
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Page to move.
selectPage
Type: SystemBoolean
Should page be selected once moved.
See Also