C# Class TaskbarProgress, AA2Install

Afficher le fichier Open project: aa2g/AA2Install Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void

Sets the state of the progress bar.

SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void

Sets the value of the progress bar.

Method Details

SetState() public static méthode

Sets the state of the progress bar.
public static SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void
windowHandle IntPtr The handle of the window.
taskbarState TaskbarStates The state to set the progress bar to.
Résultat void

SetValue() public static méthode

Sets the value of the progress bar.
public static SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void
windowHandle IntPtr The handle of the window.
progressValue double The value of the progress bar.
progressMax double The maximum value of the progress bar.
Résultat void