added samples
[windows-sources.git] / sdk / samples / WPFSamples / FramePageSample / visualbasic / sdkframegoforwardpage.xaml
blobeaf129b3ae8e97707580d7508600c5a571075739
1 <Page
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.GoForward"
5     Title="System.Windows.Controls.Frame.GoForward"
6     >
7     <StackPanel>
9         <!-- Title -->
10         <TextBlock FontSize="15" FontWeight="DemiBold">System.Windows.Controls.Frame.GoForward</TextBlock>
12         <TextBlock Padding="0,10,0,0">
14             Navigates to the previous journal entry in the navigation history.
15             <LineBreak />
16             <LineBreak />
17             
18             <!-- Syntax -->
19             <TextBlock FontFamily="Courier New" FontSize="12" Background="LightGray" Padding="3,3,3,3">
20                 public void GoForward()
21             </TextBlock>
22             <LineBreak />
23             <LineBreak />
25             <!-- Remarks -->
26             <TextBlock TextWrapping="Wrap">
27                 <TextBlock FontSize="13" FontWeight="DemiBold">Remarks</TextBlock>
28                 <LineBreak />
29                 Before calling <TextBlock FontWeight="DemiBold">GoForward</TextBlock>, you can check the <Hyperlink NavigateUri="SDKFrameCanGoForwardPage.xaml">System.Windows.Controls.Frame.CanGoForward</Hyperlink> property to determine whether there are entries to navigate forward to.
30             </TextBlock>
31             <LineBreak />
32             <LineBreak />
34             <!-- See Also -->
35             <TextBlock>
36                 <TextBlock FontSize="13" FontWeight="DemiBold">See Also</TextBlock>
37                 <LineBreak />
38                 <Hyperlink NavigateUri="SDKFrameCanGoBackPage.xaml">System.Windows.Controls.Frame.CanGoBack</Hyperlink>
39                 <LineBreak />
40                 <Hyperlink NavigateUri="SDKFrameGoBackPage.xaml">System.Windows.Controls.Frame.GoBack</Hyperlink>
41                 <LineBreak />
42                 <Hyperlink NavigateUri="SDKFrameGoForwardPage.xaml">System.Windows.Controls.Frame.GoForward</Hyperlink>
43                 <LineBreak />
44             </TextBlock>
46         </TextBlock>
48     </StackPanel>
49 </Page>