C# 클래스 SevenSoftware.Windows.Dialogs.TaskDialog.TaskDialogRadioButton

Defines a radio button that can be hosted in by a TaskDialog object.
상속: TaskDialogButtonBase
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
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.