C# Класс OdessaGUIProject.Windows7Taskbar

The primary coordinator of the Windows 7 taskbar-related activities.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
SendMessage int

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SendMessage ( IntPtr hWnd, int wMsg, int wParam, int lParam ) : int

Описание методов

SetProgressState() публичный статический Метод

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.
Результат void

SetProgressValue() публичный статический Метод

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.
Результат void