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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.