2 references to PBM_SETSTEP
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ProgressBar.cs (2)
553
if (IsHandleCreated) SendMessage(NativeMethods.
PBM_SETSTEP
, step, 0);
786
SendMessage(NativeMethods.
PBM_SETSTEP
, step, 0);