ComponentCommands.ExtendSelectionRight 屬性

定義

取得表示 Extend Selection Right 命令的值。

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

屬性值

命令。

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

備註

此命令表示想要將選取範圍延伸至右側。

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

XAML Attribute Usage

<object property="ExtendSelectionRight"/>  

適用於

另請參閱