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
- 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.