KryptonNavigatorSelectNextPage Method (Boolean) |
Select the next 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 public bool SelectNextPage(
bool wrap
)
Parameters
- wrap
- Type: SystemBoolean
Wrap around end of collection to the start.
Return Value
Type:
BooleanTrue if a new page was selected; otherwise false.
See Also