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

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

Public Methods

Method 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 method

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

TaskDialogRadioButton() public method

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.