SECEditCtrlWrapper_T::PreCreateWindow
template <class wnd_t, class vp_t>
BOOLSECEditCtrlWrapper_T<wnd_t, vp_t>::PreCreateWindow(void)
Called before the creation of the window.
Defined in: SECEditScrollBarWrapper_T.h
Comments
This method modifies the window class such that it requires the CS_DBLCLKS style and the I-beam cursor.See Also
Class Template Arguments
wnd_t
A CWnd-derived class.
vp_t
A SECEditViewport-derived class.