ICommandBarElement.IsCompact Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si l’élément est affiché sans étiquette et avec un remplissage réduit.
public:
property bool IsCompact { bool get(); void set(bool value); };
bool IsCompact();
void IsCompact(bool value);
public bool IsCompact { get; set; }
var boolean = iCommandBarElement.isCompact;
iCommandBarElement.isCompact = boolean;
Public Property IsCompact As Boolean
Valeur de propriété
Boolean
bool
true si l’élément est affiché dans son état compact ; sinon, false. La valeur par défaut est false.