ICommandBarElement.IsInOverflow Property

Definition

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.

Applies to

See also