CCmdTarget::EnableAutomation

This member function enables Automation for an object. This function is typically called from the constructor of your object and should only be called if a dispatch map has been declared for the class.

Syntax

void EnableAutomation( );

At a Glance

Header File Afxwin.h
Platforms
Versions 2.0 and later
Complete documentation Visual C++ documentation

See Also

CCmdTarget Overview, CCmdTarget Member Functions, Application Architecture Classes