INavigationService.CanNavigateForward Property
Definition
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 indicating whether forward navigation is supported.
public:
property bool CanNavigateForward { bool get(); };
public bool CanNavigateForward { get; }
member this.CanNavigateForward : bool
Public ReadOnly Property CanNavigateForward As Boolean
Property Value
true
if forward navigation is supported; otherwise, false
.