다음을 통해 공유


InfoBar.CloseButtonCommand 속성

정의

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

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

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

속성 값

InfoBar에서 닫기 단추를 클릭할 때 호출할 명령입니다. 기본값은 null입니다.

적용 대상