AppBarElementContainer.IsInOverflow Property

Definition

Gets a value that indicates whether this item is in the overflow menu.

public:
 property bool IsInOverflow { bool get(); };
bool IsInOverflow();
public bool IsInOverflow { get; }
var boolean = appBarElementContainer.isInOverflow;
Public ReadOnly Property IsInOverflow As Boolean

Property Value

Boolean

bool

true if this item is in the overflow menu; otherwise, false.

Implements

Applies to