AppBarElementContainer.IsInOverflow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.