Share via


TeachingTip.ActionButtonCommand Eigenschaft

Definition

Ruft den Befehl ab, der aufgerufen werden soll, wenn auf die Aktionsschaltfläche geklickt wird, oder legt diesen fest.

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

Eigenschaftswert

Gilt für: