2 references to PBM_SETPOS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ProgressBar.cs (2)
787
SendMessage(NativeMethods.
PBM_SETPOS
, value, 0);
884
if (IsHandleCreated) SendMessage(NativeMethods.
PBM_SETPOS
, value, 0);