ComponentCommands.ExtendSelectionLeft 属性

定义

获取表示“扩展选择左”命令的值。

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+Left
UI 文本 向左扩展所选内容

注解

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

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

XAML 属性用法

<object property="ExtendSelectionLeft"/>

适用于

另请参阅