SECEditCtrlWrapper_T::OnInitialUpdate

template <class wnd_t, class vp_t>
void SECEditCtrlWrapper_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 window, but before the viewport is initially displayed. Override this function to perform any one-time initialization that is required by the viewport.

See Also

SECEditCtrlWrapper_T

Class Template Arguments

wnd_t

A CWnd-derived class.

vp_t

A SECEditViewport-derived class.