DlgProgressBar.SetStep

DlgProgressBar.SetStep ( 

number ControlID,

number Step )

Example 1

DlgProgressBar.SetStep(CTRL_PROGRESS_BAR_01, 10);

Sets the increment size of the '01' progress bar control to 10.

Example 2

DlgProgressBar.SetStep(nControlID, nStep);

Sets the increment size of the progress bar control referenced in "nControlID" to the value in "nStep".

See also:  Related Actions