RibbonButton::CanAddToQuickAccessToolBarDirectly Property
.NET Framework (current version)
Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property bool CanAddToQuickAccessToolBarDirectly { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.
.NET Framework
Available since 4.5
Available since 4.5
Show: