Classes derived from class CComCompositeControl inherit the functionality of an ActiveX composite control. ActiveX controls derived from CComCompositeControl are hosted by a standard dialog box. These types of controls are called composite controls because they are able to host other controls (native Windows controls and ActiveX controls).
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
Syntax
CcomCompositeControl
template < class Base >
class CComCompositeControl : public CComControl< Base, CAxDialogImpl< Base> >