IButtonControl.CommandName Propriété

Définition

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 .

S’applique à

Voir aussi