added samples
[windows-sources.git] / sdk / samples / WPFSamples / FramePageSample / visualbasic / sdkframegobackpage.xaml
blobd8ab912681b7df4a2f62352bdb5a3fcb9cf8c365
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.GoBack"
5     Title="System.Windows.Controls.Frame.GoBack"
6     >
7     <StackPanel>
9         <!-- Title -->
10         <TextBlock FontSize="15" FontWeight="DemiBold">System.Windows.Controls.Frame.GoBack</TextBlock>
12         <TextBlock Padding="0,10,0,0">
14             Navigates to the next 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 GoBack()
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">GoBack</TextBlock>, you can check the <Hyperlink NavigateUri="SDKFrameCanGoForwardPage.xaml">System.Windows.Controls.Frame.CanGoBack</Hyperlink> property to determine whether there are entries to navigate back 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="SDKFrameCanGoForwardPage.xaml">System.Windows.Controls.Frame.CanGoForward</Hyperlink>
41                 <LineBreak />
42                 <Hyperlink NavigateUri="SDKFrameGoForwardPage.xaml">System.Windows.Controls.Frame.GoForward</Hyperlink>
43                 <LineBreak />
44             </TextBlock>
46         </TextBlock>
48     </StackPanel>
49 </Page>