TabView.AddTabButtonCommand 属性

定义

获取或设置在点击“添加 (+) ”按钮时要调用的命令。

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

属性值

适用于