ComponentCommands.ExtendSelectionDown 屬性

定義

取得表示向下延伸選取範圍命令的值。

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

屬性值

命令。

預設值
按鍵動作 Shift+Down
UI 文字 向下延伸選取範圍

備註

此命令表示將選取範圍向下延伸。

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

XAML Attribute Usage

<object property="ExtendSelectionDown"/>  

適用於

另請參閱