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

Defines a common class for all task dialog bar controls, such as the progress and marquee bars.
Inheritance: TaskDialogControl
Afficher le fichier Open project: robertbaker/SevenUpdate

Méthodes publiques

Méthode Description
TaskDialogBar ( )

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

Méthodes protégées

Méthode Description
Reset ( ) : void

Resets the state of the control to normal.

TaskDialogBar ( string name )

Initializes a new instance of the TaskDialogBar class. Creates a new instance of this class with the specified name.

Method Details

Reset() protected méthode

Resets the state of the control to normal.
protected Reset ( ) : void
Résultat void

TaskDialogBar() public méthode

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

TaskDialogBar() protected méthode

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