Share via


RibbonCommands.ShowQuickAccessToolBarAboveRibbonCommand Property

Gets a reference to the ShowQuickAccessToolBarAboveRibbon command.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Shared Property ShowQuickAccessToolBarAboveRibbonCommand As RoutedUICommand
public static RoutedUICommand ShowQuickAccessToolBarAboveRibbonCommand { get; private set; }
public:
static property RoutedUICommand^ ShowQuickAccessToolBarAboveRibbonCommand {
    RoutedUICommand^ get ();
    private: void set (RoutedUICommand^ value);
}
static member ShowQuickAccessToolBarAboveRibbonCommand : RoutedUICommand with get, private set
static function get ShowQuickAccessToolBarAboveRibbonCommand () : RoutedUICommand
private static function set ShowQuickAccessToolBarAboveRibbonCommand (value : RoutedUICommand)

Property Value

Type: System.Windows.Input.RoutedUICommand
A reference to the ShowQuickAccessToolBarAboveRibbon command.

.NET Framework Security

See Also

Reference

RibbonCommands Class

Microsoft.Windows.Controls.Ribbon Namespace