Share via


RibbonQuickAccessToolBar.HasOverflowItems Property

Gets a value that indicates whether the Quick Access Toolbar has items hidden in the overflow menu.

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

Syntax

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

Property Value

Type: System.Boolean
true if the Quick Access Toolbar has items hidden in the overflow menu; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

HasOverflowItemsProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonQuickAccessToolBar Class

Microsoft.Windows.Controls.Ribbon Namespace