ComponentCommands.MoveRight 屬性

定義

取得代表右移命令的值。

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

屬性值

命令。

預設值
按鍵動作 Right
UI 文字 右移

備註

此命令表示要向右移動選取範圍。

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

XAML Attribute Usage

<object property="MoveRight"/>  

適用於

另請參閱