RibbonMenuItem.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 |
|
Metadata properties set to true |
None |
.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.