C# Class OdessaGUIProject.Windows7Taskbar

The primary coordinator of the Windows 7 taskbar-related activities.
Afficher le fichier Open project: noahsw/highlight-hunter

Private Properties

Свойство Type Description
SendMessage int

Méthodes publiques

Méthode Description
SetProgressState ( IntPtr hwnd, ThumbnailProgressState state ) : void

Sets the progress state of the specified window's taskbar button.

SetProgressValue ( IntPtr hwnd, ulong current, ulong maximum ) : void

Sets the progress value of the specified window's taskbar button.

Private Methods

Méthode Description
SendMessage ( IntPtr hWnd, int wMsg, int wParam, int lParam ) : int

Method Details

SetProgressState() public static méthode

Sets the progress state of the specified window's taskbar button.
public static SetProgressState ( IntPtr hwnd, ThumbnailProgressState state ) : void
hwnd System.IntPtr The window handle.
state ThumbnailProgressState The progress state.
Résultat void

SetProgressValue() public static méthode

Sets the progress value of the specified window's taskbar button.
public static SetProgressValue ( IntPtr hwnd, ulong current, ulong maximum ) : void
hwnd System.IntPtr The window handle.
current ulong The current value.
maximum ulong The maximum value.
Résultat void