Share via


TaskDialogPage.RadioButtons 屬性

定義

取得或設定要顯示在此頁面中的選項按鈕集合。

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

屬性值

TaskDialogRadioButtonCollection

要顯示在此頁面中的選項按鈕集合。

例外狀況

已設定屬性,而且此頁面執行個體目前繫結至工作對話方塊。

適用於