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

Declares the abstract base class for all custom task dialog controls.
Inheritance: DialogControl
Afficher le fichier Open project: robertbaker/SevenUpdate

Méthodes protégées

Méthode Description
TaskDialogControl ( )

Initializes a new instance of the TaskDialogControl class. Creates a new instance of a task dialog control.

TaskDialogControl ( string name )

Initializes a new instance of the TaskDialogControl class. Creates a new instance of a task dialog control with the specified name.

Method Details

TaskDialogControl() protected méthode

Initializes a new instance of the TaskDialogControl class. Creates a new instance of a task dialog control.
protected TaskDialogControl ( )

TaskDialogControl() protected méthode

Initializes a new instance of the TaskDialogControl class. Creates a new instance of a task dialog control with the specified name.
protected TaskDialogControl ( string name )
name string The name for this control.