SECEditCtrlWrapper_T::OnEraseBkgnd

template <class wnd_t, class vp_t>
BOOL SECEditCtrlWrapper_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_T SECEditCtrlWrapper::OnPaint

Class Template Arguments

wnd_t

A CWnd-derived class.

vp_t

A SECEditViewport-derived class.