Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
NavigationService.CanGoForward Property
Definition
- Namespace:
- System.Windows.Navigation
- Assembly:
- PresentationFramework.dll
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether there is at least one entry in forward navigation history.
public:
property bool CanGoForward { bool get(); };
public bool CanGoForward { get; }
member this.CanGoForward : bool
Public ReadOnly Property CanGoForward As Boolean
Property Value
true if there is at least one entry in forward navigation history; otherwise, false.
Remarks
CanGoForward to determine whether there is at least one entry in forward navigation history. This property should be inspected before calling GoForward; if GoForward is called and there are no entries in forward navigation history, an InvalidOperationException is thrown.
Applies to
See also
Feedback
Was this page helpful?
