TaskDialogPage.RadioButtons 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要顯示在此頁面中的選項按鈕集合。
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
屬性值
要顯示在此頁面中的選項按鈕集合。
例外狀況
已設定屬性,而且此頁面執行個體目前繫結至工作對話方塊。