C# Класс OdessaGUIProject.Windows7ProgressBar

Наследование: System.Windows.Forms.ProgressBar
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
SetStateInTaskBar void
SetValueInTaskBar void
Windows7ProgressBar_Shown void

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

Метод Описание
Increment ( int value ) : void

Advances the current position of the progress bar by the specified amount.

PerformStep ( ) : void

Advances the current position of the progress bar by the amount of the System.Windows.Forms.ProgressBar.Step property.

Windows7ProgressBar ( ) : System.ComponentModel
Windows7ProgressBar ( ContainerControl parentControl ) : System.ComponentModel

Приватные методы

Метод Описание
SetStateInTaskBar ( ) : void
SetValueInTaskBar ( ) : void
Windows7ProgressBar_Shown ( object sender, System e ) : void

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

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

Advances the current position of the progress bar by the specified amount.
public Increment ( int value ) : void
value int The amount by which to increment the progress bar's current position.
Результат void

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

Advances the current position of the progress bar by the amount of the System.Windows.Forms.ProgressBar.Step property.
public PerformStep ( ) : void
Результат void

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

public Windows7ProgressBar ( ) : System.ComponentModel
Результат System.ComponentModel

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

public Windows7ProgressBar ( ContainerControl parentControl ) : System.ComponentModel
parentControl System.Windows.Forms.ContainerControl
Результат System.ComponentModel