RibbonMenuButton.IsInQuickAccessToolBar Property

Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.

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

Syntax

'Declaration
Public Property IsInQuickAccessToolBar As Boolean
public bool IsInQuickAccessToolBar { get; internal set; }
public:
property bool IsInQuickAccessToolBar {
    bool get ();
    internal: void set (bool value);
}
member IsInQuickAccessToolBar : bool with get, internal set
function get IsInQuickAccessToolBar () : boolean
internal function set IsInQuickAccessToolBar (value : boolean)

Property Value

Type: System.Boolean
true if the control is hosted in the Quick Access Toolbar; otherwise, false.

Dependency Property Information

Identifier field

IsInQuickAccessToolBarProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonMenuButton Class

Microsoft.Windows.Controls.Ribbon Namespace