Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a reference to the ShowQuickAccessToolBarBelowRibbon command.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared Property ShowQuickAccessToolBarBelowRibbonCommand As RoutedUICommand
public static RoutedUICommand ShowQuickAccessToolBarBelowRibbonCommand { get; private set; }
public:
static property RoutedUICommand^ ShowQuickAccessToolBarBelowRibbonCommand {
RoutedUICommand^ get ();
private: void set (RoutedUICommand^ value);
}
static member ShowQuickAccessToolBarBelowRibbonCommand : RoutedUICommand with get, private set
static function get ShowQuickAccessToolBarBelowRibbonCommand () : RoutedUICommand
private static function set ShowQuickAccessToolBarBelowRibbonCommand (value : RoutedUICommand)
Property Value
Type: System.Windows.Input.RoutedUICommand
A reference to the ShowQuickAccessToolBarBelowRibbon command.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.