InfoBar.CloseButtonCommand 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 la commande à appeler lorsque vous cliquez sur le bouton fermer dans la barre d’informations.
public:
property ICommand ^ CloseButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand CloseButtonCommand();
void CloseButtonCommand(ICommand value);
public ICommand CloseButtonCommand { get; set; }
var iCommand = infoBar.closeButtonCommand;
infoBar.closeButtonCommand = iCommand;
Public Property CloseButtonCommand As ICommand
Valeur de propriété
Commande à appeler lorsque vous cliquez sur le bouton fermer dans la barre d’informations. Par défaut, il s’agit de null
.