Share via


NavigationCommands.BrowseForward Özellik

Tanım

Komutu temsil Browse Forward eden değeri alır.

public:
 static property System::Windows::Input::RoutedUICommand ^ BrowseForward { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand BrowseForward { get; }
static member BrowseForward : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property BrowseForward As RoutedUICommand

Özellik Değeri

Yönlendirilen kullanıcı arabirimi komutu.

Varsayılan Değerler
Anahtar Hareketi ALT+SAĞ
UI Metni İleri

Örnekler

Aşağıdaki örnekte, ile birlikte nasıl kullanılacağı BrowseForward gösterilmektedir Frame. , Frame ileriye doğru yığında BrowseForward günlük girdileri varsa ileriye doğru giderek Frame komutuna yanıt veren bir uygulama sağlar.

<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<!-- NavigationCommands.BrowseForward -->
<MenuItem
  Command="NavigationCommands.BrowseForward"
  CommandTarget="{Binding ElementName=frame}" />
<!-- The following Frame is used to process NavigationCommands.BrowseForward commands -->
<Frame Name="frame" NavigationUIVisibility="Hidden" Source="Page1.xaml" />
</Window>

Açıklamalar

Bu komut, günlüğün sonraki sayfasında ilerleme amacını gösterir.

Frame komutunu NavigationWindow kullanmanız gerekmese de komutu yanıtlamak BrowseForward için destek uygulayın; çoğu durumda bu komuta yanıt olarak uygulama uygulama yazarının sorumluluğundadır.

XAML Öznitelik Kullanımı

<object property="NavigationCommands.BrowseForward"/>  

Şunlara uygulanır

Ayrıca bkz.