Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.18 KB

File metadata and controls

27 lines (18 loc) · 1.18 KB
description Learn more about: Control Containment Classes
title Control Containment Classes (ATL)
ms.date 11/04/2016
ms.topic reference
helpviewer_keywords
control containment classes
ms.assetid e0812aee-c078-4ced-b967-247976552b9a

Control Containment Classes

The following classes provide containment support for hosting controls:

  • CAxWindow Provides methods for manipulating a window that hosts an ActiveX control.

  • CAxWindow2T Provides methods for manipulating a window that hosts an ActiveX control and also has support for hosting licensed ActiveX controls.

  • IAxWinAmbientDispatch Call the methods on this interface to set the ambient properties available to a hosted control.

  • IAxWinHostWindow Call the methods on this interface to create and/or attach a control to a host object, or to get an interface from a hosted control.

Related Articles

ATL Control Containment FAQ

See also

Class Overview