C# Class SevenSoftware.Windows.Dialogs.TaskDialog.TaskDialogRadioButton

Defines a radio button that can be hosted in by a TaskDialog object.
Inheritance: TaskDialogButtonBase
Afficher le fichier Open project: robertbaker/SevenUpdate

Méthodes publiques

Méthode Description
TaskDialogRadioButton ( )

Initializes a new instance of the TaskDialogRadioButton class. Creates a new instance of this class.

TaskDialogRadioButton ( string name, string text )

Initializes a new instance of the TaskDialogRadioButton class. Creates a new instance of this class with the specified name and text.

Method Details

TaskDialogRadioButton() public méthode

Initializes a new instance of the TaskDialogRadioButton class. Creates a new instance of this class.

TaskDialogRadioButton() public méthode

Initializes a new instance of the TaskDialogRadioButton class. Creates a new instance of this class with the specified name and text.
public TaskDialogRadioButton ( string name, string text )
name string The name for this control.
text string The value for this controls property.