Partager via


IButtonControl.CommandArgument Propriété

Définition

Obtient ou définit un argument facultatif propagé à l’événement Command .

public:
 property System::String ^ CommandArgument { System::String ^ get(); void set(System::String ^ value); };
public string CommandArgument { get; set; }
member this.CommandArgument : string with get, set
Public Property CommandArgument As String

Valeur de propriété

Argument propagé à l’événement Command .

Remarques

Un contrôle qui implémente l’interface doit implémenter la IButtonControlCommandArgument propriété et la CommandName propriété pour indiquer l’argument et le nom de commande propagés à l’événement Command .

S’applique à

Voir aussi