SECEditCtrlWrapper_T::OnPaint

template <class wnd_t, class vp_t>
void SECEditCtrlWrapper_T<wnd_t, vp_t>::OnPaint(void)

Called to repaint a portion of the window.

Defined in: SECEditScrollBarWrapper_T.h

Comments

This method calls the Draw method to allow the viewport to perform the necessary drawing.

See Also

SECEditCtrlWrapper_T OnEraseBkgnd

Class Template Arguments

wnd_t

A CWnd-derived class.

vp_t

A SECEditViewport-derived class.