C# 클래스 OdessaGUIProject.Windows7Taskbar

The primary coordinator of the Windows 7 taskbar-related activities.
파일 보기 프로젝트 열기: noahsw/highlight-hunter

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