Ribbon.QuickAccessToolBar Property
Gets or sets the RibbonQuickAccessToolBar that is a logical child of this Ribbon.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property QuickAccessToolBar As RibbonQuickAccessToolBar
public RibbonQuickAccessToolBar QuickAccessToolBar { get; set; }
public:
property RibbonQuickAccessToolBar^ QuickAccessToolBar {
RibbonQuickAccessToolBar^ get ();
void set (RibbonQuickAccessToolBar^ value);
}
member QuickAccessToolBar : RibbonQuickAccessToolBar with get, set
function get QuickAccessToolBar () : RibbonQuickAccessToolBar
function set QuickAccessToolBar (value : RibbonQuickAccessToolBar)
Property Value
Type: Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar
The Quick Access Toolbar that is the logical child of this Ribbon control. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.
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.