CProgressCtrl::SetStep

This method specifies the step increment for a progress bar control. The step increment is the amount by which a call to CProgressCtrl::StepIt increases the progress bar’s current position.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int SetStep( int nStep );

See Also

CProgressCtrl::OffsetPos, CProgressCtrl::SetPos, CProgressCtrl::StepIt