KryptonNavigatorSelectPreviousPage(Boolean) Method |
Select the previous page to the currently selected one.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool SelectPreviousPage(
bool wrap
)
Parameters
- wrap Boolean
- Wrap around end of collection to the start.
Return Value
BooleanTrue if a new page was selected; otherwise false.
See Also