public static SetValue ( IntPtr windowHandle, double progressValue, double progressMax ) : void | ||
windowHandle | IntPtr | The handle of the window. |
progressValue | double | The value of the progress bar. |
progressMax | double | The maximum value of the progress bar. |
Результат | void |