SECEditCtrlWrapper_T::OnSize
template <class wnd_t, class vp_t>
voidSECEditCtrlWrapper_T<wnd_t, vp_t>::OnSize(void)
Called after the windows size has changed.
Defined in: SECEditScrollBarWrapper_T.h
Comments
This method invalidates the entire window and then selectively revalidates the portions of the window that remain visible by using a cached window rect.See Also
Class Template Arguments
wnd_t
A CWnd-derived class.
vp_t
A SECEditViewport-derived class.