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

Позволяет элементу управления действовать аналогично кнопке по отношению к форме.

Атрибуты

Комментарии

Данное свойство не применимо к этому классу.

Применяется к