SECProgressCtrl::SetFont
voidSECProgressCtrl::SetFont(CFont*pFont= NULL, BOOLbRedraw= TRUE)
Sets the progress control text font.
Defined in: progress.cpp
Return Value
void
Parameters
pFont
New font object. Caller must deallocate on progress destruction.
bRedraw
If true, invalidate the progress on the font change.
See Also