SECEditCtrlWrapper_T::OnSize

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

Called after the window’s 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

SECEditCtrlWrapper_T OnPaint

Class Template Arguments

wnd_t

A CWnd-derived class.

vp_t

A SECEditViewport-derived class.