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

プロパティ値

コントロールがフォーム上のボタンのように動作できるようにします。

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象