C# Class BiliRanking.TaskbarProgress

Afficher le fichier Open project: SkiTiSu/BiliRanking

Méthodes publiques

Méthode Description
SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void
SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void

Private Methods

Méthode Description
FlashWindow ( IntPtr Hwnd, bool Revert ) : int

Method Details

SetState() public static méthode

public static SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void
windowHandle System.IntPtr
taskbarState TaskbarStates
Résultat void

SetValue() public static méthode

public static SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void
windowHandle System.IntPtr
progressValue double
progressMax double
Résultat void