Click or drag to resize

KryptonNavigatorSelectPreviousPage Method (Boolean)

Select the previous page to the currently selected one.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SelectPreviousPage(
	bool wrap
)

Parameters

wrap
Type: SystemBoolean
Wrap around end of collection to the start.

Return Value

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