다음을 통해 공유


TeachingTip.CloseButtonCommand 속성

정의

닫기 단추를 클릭할 때 호출할 명령을 가져오거나 설정합니다.

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

void CloseButtonCommand(ICommand value);
public ICommand CloseButtonCommand { get; set; }
var iCommand = teachingTip.closeButtonCommand;
teachingTip.closeButtonCommand = iCommand;
Public Property CloseButtonCommand As ICommand

속성 값

적용 대상