Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 1.91 KB

File metadata and controls

56 lines (48 loc) · 1.91 KB
title UI Support Classes (ATL) | 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.ui
dev_langs
C++
helpviewer_keywords
user interfaces, support classes
user interfaces, ATL classes
ms.assetid 313dfc95-308a-4118-b919-5a3c3673b865
caps.latest.revision 10
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

UI Support Classes

The following classes provide general UI support:

  • IDocHostUIHandlerDispatch An interface to the Microsoft HTML parsing and rendering engine.

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

  • IOleInPlaceObjectWindowlessImpl Manages the reactivation of in-place controls. Enables a windowless control to receive messages, as well as to participate in drag-and-drop operations.

  • IOleInPlaceActiveObjectImpl Assists communication between an in-place control and its container.

  • IViewObjectExImpl Enables a control to display itself directly and to notify the container of changes in its display. Provides support for flicker-free drawing, non-rectangular and transparent controls, and hit testing.

Related Articles

ATL Tutorial

See Also

Class Overview