SECProgressCtrl::PaintProgressBarAndText

BOOLSECProgressCtrl::PaintProgressBarAndText(floatfPctComplete, CRectrectFilled, CRectrectEmpty, CDC*pdc)

Paint the progress bar and text.

Defined in: progress.cpp

Return Value

BOOL

Parameters

fPctComplete

float fPctComplete

rectFilled

CRect rectFilled

rectEmpty

CRect rectEmpty

pdc

CDC* pdc

Comments

This method paints the progress bar and the text as determined by the current extended styles of the control (See  Create for a list of style flags.) Override this method to customize.

See Also

SECProgressCtrl