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

속성 값

적용 대상