Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.46 KB

colecontrolmodule-class.md

File metadata and controls

44 lines (28 loc) · 1.46 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: COleControlModule Class
COleControlModule Class
11/04/2016
OleControlModule
OLE control modules [MFC]
MFC ActiveX controls [MFC], OLE control modules
COleControlModule class [MFC]
control modules [MFC]
0721724d-d4af-4eda-ad34-5a2b27810dd4

COleControlModule Class

The base class from which you derive an OLE control module object.

Syntax

class COleControlModule : public CWinApp

Remarks

This class provides member functions for initializing your control module. Each OLE control module that uses the Microsoft Foundation classes can only contain one object derived from COleControlModule. This object is constructed when other C++ global objects are constructed. Declare your derived COleControlModule object at the global level.

For more information on using the COleControlModule class, see the CWinApp class and the article ActiveX Controls.

Inheritance Hierarchy

CObject

CCmdTarget

CWinThread

CWinApp

COleControlModule

Requirements

Header: afxctl.h

See also

MFC Sample TESTHELP
Hierarchy Chart