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

プロパティ値

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

属性

注釈

このプロパティは、このクラスには関係ありません。

適用対象