SECEditViewWrapper_T::OnInitialUpdate

template <class wnd_t, class vp_t>
void SECEditViewWrapper_T<wnd_t, vp_t>::OnInitialUpdate(void)

Sets up default viewport initialization.

Defined in: SECEditScrollBarWrapper_T.h

Return Value

void

Comments

Called after the viewport is first attached to the view, but before the viewport is initially displayed. Override this function to perform any one-time initialization that is required by the viewport. This method also OnInitialUpdate() on the view before calling the base class.

See Also

SECEditViewWrapper_T SECEditCtrlWrapper_T::OnInitialUpdate

Class Template Arguments

wnd_t

A CView-derived class.

vp_t

A SECEditViewport-derived class.