C# Class BiliRanking.TaskbarProgress

Mostra file Open project: SkiTiSu/BiliRanking

Public Methods

Method Description
SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void
SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void

Private Methods

Method Description
FlashWindow ( IntPtr Hwnd, bool Revert ) : int

Method Details

SetState() public static method

public static SetState ( IntPtr windowHandle, TaskbarStates taskbarState ) : void
windowHandle System.IntPtr
taskbarState TaskbarStates
return void

SetValue() public static method

public static SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void
windowHandle System.IntPtr
progressValue double
progressMax double
return void