Partager via


TeachingTip.ActionButtonCommand Propriété

Définition

Obtient ou définit la commande à appeler lorsque vous cliquez sur le bouton d’action.

public:
 property ICommand ^ ActionButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand ActionButtonCommand();

void ActionButtonCommand(ICommand value);
public ICommand ActionButtonCommand { get; set; }
var iCommand = teachingTip.actionButtonCommand;
teachingTip.actionButtonCommand = iCommand;
Public Property ActionButtonCommand As ICommand

Valeur de propriété

S’applique à