PrintPreviewDialog.CancelButton 속성

정의

PrintPreviewDialog에 대한 취소 단추를 가져오거나 설정합니다.

public:
 property System::Windows::Forms::IButtonControl ^ CancelButton { System::Windows::Forms::IButtonControl ^ get(); void set(System::Windows::Forms::IButtonControl ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.IButtonControl CancelButton { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.IButtonControl? CancelButton { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CancelButton : System.Windows.Forms.IButtonControl with get, set
Public Property CancelButton As IButtonControl

속성 값

IButtonControl

컨트롤이 폼에서 단추처럼 동작할 수 있습니다.

특성

설명

이 속성은 이 클래스와 관련이 없습니다.

적용 대상