C# Класс SevenSoftware.Windows.Dialogs.TaskDialog.TaskDialogRadioButton

Defines a radio button that can be hosted in by a TaskDialog object.
Наследование: TaskDialogButtonBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

TaskDialogRadioButton() публичный Метод

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

TaskDialogRadioButton() публичный Метод

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.