SECEditCtrlWrapper_T::OnEraseBkgnd
template <class wnd_t, class vp_t>
BOOLSECEditCtrlWrapper_T<wnd_t, vp_t>::OnEraseBkgnd(CDC*pDC)
Called when the window needs erasing.
Defined in: SECEditScrollBarWrapper_T.h
Parameters
pDC
Comments
This method does nothing, since the viewport performs all drawing.See Also
SECEditCtrlWrapper_TSECEditCtrlWrapper::OnPaint
Class Template Arguments
wnd_t
A CWnd-derived class.
vp_t
A SECEditViewport-derived class.