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 属性用法

<object property="ExtendSelectionRight"/>  

适用于

另请参阅