Share via


ComponentCommands.MoveFocusPageDown 屬性

定義

取得代表 Move Focus Page Down 命令的值。

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

屬性值

命令。

預設值
按鍵動作 Ctrl + PageDown
UI 文字 移動選取項目 - 下一頁

備註

此命令表示想要將焦點向下移動一頁。

沒有任何實際實作會回應任何指定物件上的命令;在許多情況下,響應該命令的實作是應用程式寫入器的責任。

XAML Attribute Usage

<object property="MoveFocusPageDown"/>  

適用於

另請參閱