Click or drag to resize

KryptonNavigatorSelectNextPage(KryptonPage, Boolean) Method

Select the next page to the one provided.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SelectNextPage(
	KryptonPage page,
	bool wrap
)

Parameters

page  KryptonPage
Starting page for search.
wrap  Boolean
Wrap around end of collection to the start.

Return Value

Boolean
True if a new page was selected; otherwise false.
See Also