Share via


RibbonSplitButton.HeaderQuickAccessToolBarId 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 HeaderQuickAccessToolBarId As Object
public Object HeaderQuickAccessToolBarId { get; set; }
public:
property Object^ HeaderQuickAccessToolBarId {
    Object^ get ();
    void set (Object^ value);
}
member HeaderQuickAccessToolBarId : Object with get, set
function get HeaderQuickAccessToolBarId () : Object
function set HeaderQuickAccessToolBarId (value : Object)

Property Value

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

Dependency Property Information

Identifier field

HeaderQuickAccessToolBarIdProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonSplitButton Class

Microsoft.Windows.Controls.Ribbon Namespace