RibbonCommands.RemoveFromQuickAccessToolBarCommand Property
Gets a reference to the RemoveFromQuickAccessToolbar command.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared Property RemoveFromQuickAccessToolBarCommand As RoutedUICommand
public static RoutedUICommand RemoveFromQuickAccessToolBarCommand { get; private set; }
public:
static property RoutedUICommand^ RemoveFromQuickAccessToolBarCommand {
RoutedUICommand^ get ();
private: void set (RoutedUICommand^ value);
}
static member RemoveFromQuickAccessToolBarCommand : RoutedUICommand with get, private set
static function get RemoveFromQuickAccessToolBarCommand () : RoutedUICommand
private static function set RemoveFromQuickAccessToolBarCommand (value : RoutedUICommand)
Property Value
Type: System.Windows.Input.RoutedUICommand
A reference to the RemoveFromQuickAccessToolbar 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.