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

이 페이지에 표시할 라디오 단추의 컬렉션입니다.

예외

속성이 설정되어 있고 이 페이지 인스턴스가 현재 작업 대화 상자에 바인딩되어 있습니다.

적용 대상