ScrollBar.ScrollHereCommand フィールド

定義

ScrollBarContextMenu を開いたマウス クリックのポイントに ScrollBar をスクロールするコマンド。

public: static initonly System::Windows::Input::RoutedCommand ^ ScrollHereCommand;
public static readonly System.Windows.Input.RoutedCommand ScrollHereCommand;
 staticval mutable ScrollHereCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly ScrollHereCommand As RoutedCommand 

フィールド値

RoutedCommand

注釈

このコマンドは、ユーザーがオプションから ContextMenu [ここにスクロール] を選択したときに発生します。 ユーザー ContextMenu がマウス ポインターを ScrollBar 上に置き、マウスの右ボタンを ScrollBar 押すと、そのボタンが表示されます。 このメニューには、スクロールするためのオプションが用意されています ScrollBar

このコマンドは、 ScrollBar コントロールの ScrollViewer 一部であり、 ScrollViewer.

XAML テキストの使用法

<object プロパティ=" ScrollBar.ScrollHereCommand"/>

適用対象