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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.