프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SendMessage | int |
메소드 | 설명 | |
---|---|---|
SetProgressState ( |
Sets the progress state of the specified window's taskbar button.
|
|
SetProgressValue ( |
Sets the progress value of the specified window's taskbar button.
|
메소드 | 설명 | |
---|---|---|
SendMessage ( |
public static SetProgressState ( |
||
hwnd | The window handle. | |
state | ThumbnailProgressState | The progress state. |
리턴 | void |
public static SetProgressValue ( |
||
hwnd | The window handle. | |
current | ulong | The current value. |
maximum | ulong | The maximum value. |
리턴 | void |