Поделиться через


CProgressCtrl::GetStep

Retrieves the step increment for the progress bar of the current progress bar control.

int GetStep() const;

Возвращаемое значение

The step increment of the progress bar.

Заметки

The step increment is the amount by which a call to CProgressCtrl::StepIt increases the current position of the progress bar.

This method sends the PBM_GETSTEP message, which is described in the Windows SDK.

Требования

Header: afxcmn.h

This control is supported in Windows Vista and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

См. также

Основные понятия

CProgressCtrl Class

Hierarchy Chart

PBM_GETSTEP

CProgressCtrl::StepIt

CProgressCtrl::SetStep

Using CProgressCtrl