ComponentCommands.ExtendSelectionLeft 属性

定义

获取表示 Extend Selection Left 命令的值。

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

属性值

命令。

默认值
键笔势 Shift + 向左键
UI 文本 向左扩展选择

注解

此命令指示将所选内容向左扩展的意图。

不一定有响应任何给定对象上的 命令的实际实现;在许多情况下,响应该命令的实现由应用程序编写者负责。

XAML 属性用法

<object property="ExtendSelectionLeft"/>  

适用于

另请参阅