CProgressCtrl::SetPos

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

Syntax

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