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

Implements a button that can be hosted in a task dialog.
Inheritance: TaskDialogButtonBase
Datei anzeigen Open project: robertbaker/SevenUpdate Class Usage Examples

Public Methods

Method Description
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.

Method Details

TaskDialogButton() public method

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

TaskDialogButton() public method

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.