SECEditViewWrapper_T Class

class SECEditViewWrapper_T: public wnd_t, public vp_t

SECEditViewWrapper_T is a template class that combines a viewport with a CView derived class. This template class is the base class of the SECEditView class. For embedding other types of windows, the SECEditCtrlWrapper_T class should be used, which is the base class of the SECEditCtrl class.

Defined in: SECEditScrollBarWrapper_T.h

See Also

SECEditView

Class Template Arguments

wnd_t

A CView-derived class.

vp_t

A SECEditViewport-derived class.

Class Members

Construction

SECEditViewWrapper_T()

Constructor

virtual void OnInitialUpdate()

Sets up default viewport initialization.

virtual void OnDraw(CDC* pDC)

Called to render an image of the document.