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

プロパティ値

このページに表示するラジオ ボタンのコレクション。

例外

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

適用対象