SECProgressCtrl::OnPaintBarFill

voidSECProgressCtrl::OnPaintBarFill(CDC*pDC, CRectrectFill)

Paints the filled progress bar image.

Defined in: progress.cpp

Return Value

void

Parameters

pDC

Device context for drawing.

rectFill

Progress bar fill rectangle.

Comments

This overridable is the logical place to introduce your own custom progress bar drawing logic. Drawing a textured bar, for example, could be done here.

See Also

SECProgressCtrl