Share via


ICommandBarElement.IsInOverflow Propiedad

Definición

Obtiene un valor que indica si el comando CommandBar se encuentra actualmente en el menú de desbordamiento.

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

Valor de propiedad

Boolean

bool

True, si el comando está actualmente en el menú de desbordamiento. En caso contrario, es false.

Se aplica a

Consulte también