RibbonToggleButton.QuickAccessToolBarId Property

Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.

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

Syntax

'Declaration
Public Property QuickAccessToolBarId As Object
public Object QuickAccessToolBarId { get; set; }
public:
property Object^ QuickAccessToolBarId {
    Object^ get ();
    void set (Object^ value);
}
member QuickAccessToolBarId : Object with get, set
function get QuickAccessToolBarId () : Object
function set QuickAccessToolBarId (value : Object)

Property Value

Type: System.Object
A unique identifier for a control in the Quick Access Toolbar.

Dependency Property Information

Identifier field

QuickAccessToolBarIdProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonToggleButton Class

Microsoft.Windows.Controls.Ribbon Namespace