C# Класс SevenSoftware.Windows.Dialogs.TaskDialog.TaskDialogBar

Defines a common class for all task dialog bar controls, such as the progress and marquee bars.
Наследование: TaskDialogControl
Показать файл Открыть проект

Открытые методы

Метод Описание
TaskDialogBar ( )

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

Защищенные методы

Метод Описание
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.

Описание методов

Reset() защищенный Метод

Resets the state of the control to normal.
protected Reset ( ) : void
Результат void

TaskDialogBar() публичный Метод

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

TaskDialogBar() защищенный Метод

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.