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

Implements a button that can be hosted in a task dialog.
상속: TaskDialogButtonBase
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

공개 메소드들

메소드 설명
TaskDialogButton ( )

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

TaskDialogButton ( string name, string text )

Initializes a new instance of the TaskDialogButton class. Creates a new instance of this class with the specified property settings.

메소드 상세

TaskDialogButton() 공개 메소드

Initializes a new instance of the TaskDialogButton class. Creates a new instance of this class.
public TaskDialogButton ( )

TaskDialogButton() 공개 메소드

Initializes a new instance of the TaskDialogButton class. Creates a new instance of this class with the specified property settings.
public TaskDialogButton ( string name, string text )
name string The name of the button.
text string The button label.