InfoBarActionItem.IsButton 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.
public:
abstract property bool IsButton { bool get(); };
public:
abstract property bool IsButton { bool get(); };
public abstract bool IsButton { get; }
member this.IsButton : bool
Public MustOverride ReadOnly Property IsButton As Boolean
Valeur de propriété
Détermine si cet élément d’action doit être affiché sous forme de bouton. Les éléments d’action peuvent uniquement être rendus sous forme de bouton lorsqu’ils sont placés dans la collection ActionItems du InfoBarModel.