NavigationListTTryNavigateForward(T) Method |
Tries to go one point forward in the navigation list.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryNavigateForward(
out T point
)
Parameters
- point T
- On success, returns the previous navigation point.
Return Value
BooleanTrue if a previous navigation point could be returned in
point, otherwise
false.
See Also