TeachingTip.ActionButtonCommand 属性

定义

获取或设置在单击操作按钮时要调用的命令。

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

属性值

适用于