共用方式為


ScrollBar.ScrollHereCommand 欄位

定義

ScrollBar 捲動至在 ScrollBar中開啟 ContextMenu 之滑鼠點的命令。

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 

欄位值

備註

當使用者從 ContextMenu 選項中選取 [捲動這裡] 時,就會發生此命令。 當使用者將滑鼠指標停在 ScrollBar 上方,然後按滑鼠右鍵時,就會顯示 ScrollBarContextMenu。 此功能表提供捲動 ScrollBar的選項。

此命令適用於屬於 ScrollViewer 控件的 ScrollBar,並由 ScrollViewer執行。

XAML 文字使用方式

scrollBar.ScrollHereCommand物件屬性

適用於