SECProgressCtrl::OnPaintBarEmpty

voidSECProgressCtrl::OnPaintBarEmpty(CDC*pDC, CRectrectEmpty)

Paints the empty progress bar image.

Defined in: progress.cpp

Return Value

void

Parameters

pDC

Device context for drawing

rectEmpty

Progress bar empty rectangle

Comments

This overridable is the logical place to introduce your own custom progress bar drawing logic for the empty background.

See Also

SECProgressCtrl