Share via


RibbonCommands.ShowQuickAccessToolBarBelowRibbonCommand Property

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

See Also

Reference

RibbonCommands Class

Microsoft.Windows.Controls.Ribbon Namespace