NavigationHelperCanGoForward Method |
Virtual method used by the
GoForwardCommand property
to determine if the
Frame can go forward.
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool CanGoForward()
Public Overridable Function CanGoForward As Boolean
public:
virtual bool CanGoForward()
abstract CanGoForward : unit -> bool
override CanGoForward : unit -> bool
Return Value
Type:
Boolean
true if the
Frame has at least one entry
in the forward navigation history.
See Also