TabView.AddTabButtonCommand Eigenschaft

Definition

Ruft den Befehl ab, der aufgerufen werden soll, wenn auf die Schaltfläche Hinzufügen (+) getippt wird, oder legt diesen fest.

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

void AddTabButtonCommand(ICommand value);
public ICommand AddTabButtonCommand { get; set; }
var iCommand = tabView.addTabButtonCommand;
tabView.addTabButtonCommand = iCommand;
Public Property AddTabButtonCommand As ICommand

Eigenschaftswert

Gilt für: