RibbonButton::QuickAccessToolBarId Property

.NET Framework (current version)
 

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

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property Object^ QuickAccessToolBarId {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

A unique identifier for a control in the Quick Access Toolbar.

Identifier field

QuickAccessToolBarIdProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: