Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.73 KB

File metadata and controls

59 lines (50 loc) · 1.73 KB
title ATL Controls: General Support Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.atl.controls
dev_langs
C++
helpviewer_keywords
controls [ATL]
general support classes
ms.assetid cf73f1d2-7542-48e3-b8c8-9d3abf29f85b
caps.latest.revision 12
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Controls: General Support Classes

The following classes provide general support for ATL controls:

  • CComControl Consists of helper functions and data members that are essential to ATL controls.

  • IOleControlImpl Provides methods necessary for controls.

  • IOleObjectImpl Provides the principal methods through which a container communicates with a control. Manages the activation and deactivation of in-place controls.

  • IQuickActivateImpl Combines initialization into a single call to help containers avoid delays when loading controls.

  • IPointerInactiveImpl Provides minimal mouse interaction for an otherwise inactive control.

Sample Program

ATLFire

Related Articles

ATL Tutorial

See Also

Class Overview