Click or drag to resize

KryptonNavigatorSelectPreviousPage(Boolean) Method

Select the previous page to the currently selected one.

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 SelectPreviousPage(
	bool wrap
)

Parameters

wrap  Boolean
Wrap around end of collection to the start.

Return Value

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