TaskDialogRadioButtonCollection.Add(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and adds a TaskDialogRadioButton to the collection.
public:
System::Windows::Forms::TaskDialogRadioButton ^ Add(System::String ^ text);
public System.Windows.Forms.TaskDialogRadioButton Add (string? text);
override this.Add : string -> System.Windows.Forms.TaskDialogRadioButton
Public Function Add (text As String) As TaskDialogRadioButton
Parameters
- text
- String
The text of the radio button.
Returns
The created TaskDialogRadioButton.
Exceptions
This collection is currently bound to a task dialog.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา