ICommandBarElement.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 the CommandBar command is currently located in the overflow menu.
public:
property bool IsInOverflow { bool get(); };
bool IsInOverflow();
public bool IsInOverflow { get; }
var boolean = iCommandBarElement.isInOverflow;
Public ReadOnly Property IsInOverflow As Boolean
Property Value
Boolean
bool
True, if the command is currently in the overflow menu. Otherwise, false.