template < class T >
class CComControl : public CComControlBase, public CWindowImpl< T >
Parameters
T
The class implementing the control.
CComControl is a set of useful control helper functions and essential data members for ATL controls. When you create a full control or an Internet Explorer control using the ATL Object Wizard, the wizard will automatically derive your class from CComControl.
For more information about creating a control, see the ATL Tutorial. For more information about the ATL Object Wizard, see the article Creating an ATL Project.
For a demonstration of CComControl methods and data members, see the CIRC sample.
#include <atlctl.h>
See Also CWindowImpl