CProgressCtrl::OffsetPos

Call this member function to advance the progress bar control's current position by the increment specified by nPos, and redraw the bar to reflect the new position.

Syntax

int OffsetPos( int nPos );

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::SetPos, CProgressCtrl::SetRange, CProgressCtrl::StepIt