IButtonControl.CommandName 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 le nom de commande propagé à l'événement Command.
public:
property System::String ^ CommandName { System::String ^ get(); void set(System::String ^ value); };
public string CommandName { get; set; }
member this.CommandName : string with get, set
Public Property CommandName As String
Valeur de propriété
Nom de la commande propagée à l'événement Command.
Remarques
Un contrôle qui implémente l’interface IButtonControl doit implémenter la CommandArgument propriété et la CommandName propriété pour indiquer l’argument et le nom de la commande qui sont propagés à l’événement Command .