CComControl::CreateControlWindow

This method, by default, creates a window for the control by calling CWindowImpl::Create.

Syntax

virtual HWND CreateControlWindow( HWND hWndParent, RECT& rcPos );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComControl Overview, CComControl Methods, CWindowImpl::Create