2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 WindowTitle="SDK Viewer - System.Windows.Controls.Frame.CanGoForward"
5 Title="System.Windows.Controls.Frame.CanGoForward"
10 <TextBlock FontSize="15" FontWeight="DemiBold">System.Windows.Controls.Frame.CanGoForward</TextBlock>
12 <TextBlock Padding="0,10,0,0">
14 Gets whether there are entries to navigate forward to.
19 <TextBlock FontFamily="Courier New" FontSize="12" Background="LightGray" Padding="3,3,3,3">
20 public virtual bool CanGoForward {get;}
26 <TextBlock TextWrapping="Wrap">
27 <TextBlock FontSize="13" FontWeight="DemiBold">Return Value</TextBlock>
29 A Boolean that is <TextBlock FontWeight="Bold">true</TextBlock> if there are one or more entries in forward navigation history; <TextBlock FontWeight="Bold">false</TextBlock> otherwise.
35 <TextBlock TextWrapping="Wrap">
36 <TextBlock FontSize="13" FontWeight="DemiBold">Remarks</TextBlock>
38 Before calling <Hyperlink NavigateUri="SDKFrameGoForwardPage.xaml">System.Windows.Controls.Frame.GoForward</Hyperlink>, you can check the <TextBlock FontWeight="DemiBold">CanGoForward</TextBlock> property to determine whether there are entries to navigate Forward to.
45 <TextBlock FontSize="13" FontWeight="DemiBold">See Also</TextBlock>
47 <Hyperlink NavigateUri="SDKFrameCanGoBackPage.xaml">System.Windows.Controls.Frame.CanGoBack</Hyperlink>
49 <Hyperlink NavigateUri="SDKFrameGoBackPage.xaml">System.Windows.Controls.Frame.GoBack</Hyperlink>
51 <Hyperlink NavigateUri="SDKFrameGoForwardPage.xaml">System.Windows.Controls.Frame.GoForward</Hyperlink>