CProgressCtrl::SetStep

Call this member function to specify 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.

Syntax

int SetStep( int nStep );

At a Glance

Header file: Afxcmn.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CProgressCtrl Overview, CProgressCtrl Member Functions, Control Classes, CProgressCtrl::OffsetPos, CProgressCtrl::SetPos, CProgressCtrl::StepIt