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

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

Protected Methods

Method 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 method

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

TaskDialogControl() protected method

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.