System.Windows.Controls.Frame.CanGoBack, GoBack, CanGoForward, GoForward : Frame « Windows Presentation Foundation « VB.Net Tutorial






<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    WindowTitle="SDK Viewer - System.Windows.Controls.Frame"
    Title="System.Windows.Controls.Frame">
    <StackPanel>
        <TextBlock FontSize="15" FontWeight="DemiBold">System.Windows.Controls.Frame</TextBlock>
        <TextBlock Padding="0,10,0,0">
            <TextBlock FontSize="13" FontWeight="DemiBold">Members</TextBlock>
            <LineBreak />
            <Hyperlink NavigateUri="SDKFrameCanGoBackPage.xaml">System.Windows.Controls.Frame.CanGoBack</Hyperlink>
            <LineBreak />
            <Hyperlink NavigateUri="SDKFrameGoBackPage.xaml">System.Windows.Controls.Frame.GoBack</Hyperlink>
            <LineBreak />
            <Hyperlink NavigateUri="SDKFrameCanGoForwardPage.xaml">System.Windows.Controls.Frame.CanGoForward</Hyperlink>
            <LineBreak />
            <Hyperlink NavigateUri="SDKFrameGoForwardPage.xaml">System.Windows.Controls.Frame.GoForward</Hyperlink>
            <LineBreak />
        </TextBlock>
        
    </StackPanel>
</Page>
WPF System Windows Controls Frame Can Go Back Go Back Can Go Forward Go Forward








16.48.Frame
16.48.1.System.Windows.Controls.Frame.CanGoBack, GoBack, CanGoForward, GoForwardSystem.Windows.Controls.Frame.CanGoBack, GoBack, CanGoForward, GoForward
16.48.2.Use a Frame control to navigate to Web pages and a Extensible Application Markup Language (XAML) page.Use a Frame control to navigate to Web pages and a Extensible Application Markup Language (XAML) page.
16.48.3.Put a Frame tag onto a Window to host a pagePut a Frame tag onto a Window to host a page
16.48.4.Navigate Frame to a xaml documentNavigate Frame to a xaml document
16.48.5.Navigate Frame to a URLNavigate Frame to a URL