SECCurrencyEdit::PaintingCore
voidSECCurrencyEdit::PaintingCore(CDC&DC)
Performs painting of the control's client area upon the specified DC.
Defined in: curredit.cpp
Return Value
void
Parameters
DC
Reference to a device context.
Comments
This allows the actual WM_PAINT handler to draw to an offscreen bitmap and BitBlt if sufficient system resources are available.
See Also