SECProgressCtrl::OnPaintBarText

voidSECProgressCtrl::OnPaintBarText(CDC*pDC, floatfPctComplete, CRectrectEmpty, CRectrectFill)

Paints the empty progress bar image.

Defined in: progress.cpp

Return Value

void

Parameters

pDC

Device context for drawing.

fPctComplete

Percentage complete. Used for text rendering if percentage mode set.

rectEmpty

Progress bar empty rectangle.

rectFill

Progress bar fill rectangle.

Comments

This overridable is used to draw the text on top of the progress bar. For custom text drawing, override this function.

See Also

SECProgressCtrl