C# Class OdessaGUIProject.Windows7ProgressBar

Inheritance: System.Windows.Forms.ProgressBar
Mostrar archivo Open project: noahsw/highlight-hunter

Private Properties

Property Type Description
SetStateInTaskBar void
SetValueInTaskBar void
Windows7ProgressBar_Shown void

Public Methods

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

Private Methods

Method Description
SetStateInTaskBar ( ) : void
SetValueInTaskBar ( ) : void
Windows7ProgressBar_Shown ( object sender, System e ) : void

Method Details

Increment() public method

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.
return void

PerformStep() public method

Advances the current position of the progress bar by the amount of the System.Windows.Forms.ProgressBar.Step property.
public PerformStep ( ) : void
return void

Windows7ProgressBar() public method

public Windows7ProgressBar ( ) : System.ComponentModel
return System.ComponentModel

Windows7ProgressBar() public method

public Windows7ProgressBar ( ContainerControl parentControl ) : System.ComponentModel
parentControl System.Windows.Forms.ContainerControl
return System.ComponentModel