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

要在此页中显示的单选按钮的集合。

例外

属性已设置,且此页面实例当前已绑定到任务对话框。

适用于