TaskDialogButton.Cancel 속성

정의

취소 단추를 나타내는 표준 TaskDialogButton 인스턴스를 가져옵니다.

public:
 static property System::Windows::Forms::TaskDialogButton ^ Cancel { System::Windows::Forms::TaskDialogButton ^ get(); };
public static System.Windows.Forms.TaskDialogButton Cancel { get; }
member this.Cancel : System.Windows.Forms.TaskDialogButton
Public Shared ReadOnly Property Cancel As TaskDialogButton

속성 값

TaskDialogButton

설명

참고: 취소 단추를 추가하면 작업 대화 상자의 제목 표시줄에 닫기 단추가 자동으로 추가되며, ESC 또는 Alt+F4(사용하도록 설정한 것처럼)를 눌러 대화 상자를 닫을 수 있습니다 AllowCancel.

적용 대상