TaskDialogPage.Buttons プロパティ

定義

このページに表示されるプッシュ ボタンのコレクションを取得または設定します。

public:
 property System::Windows::Forms::TaskDialogButtonCollection ^ Buttons { System::Windows::Forms::TaskDialogButtonCollection ^ get(); void set(System::Windows::Forms::TaskDialogButtonCollection ^ value); };
public System.Windows.Forms.TaskDialogButtonCollection Buttons { get; set; }
member this.Buttons : System.Windows.Forms.TaskDialogButtonCollection with get, set
Public Property Buttons As TaskDialogButtonCollection

プロパティ値

このページに表示するカスタム ボタンのコレクション。

例外

プロパティは設定され、現在このページ インスタンスはタスク ダイアログにバインドされています。

適用対象