Using the Property Inspector in Custom Dialogs

Embedding the Property Inspector in a custom dialog box is no different than embedding any other ActiveX control. However, the initialization, notification, and updating of the Property Inspector require special handling. This is partly because the Property Inspector uses COM, rather than MFC, to interact with the parent dialog box.

This section describes how to create an MFC project that hosts the Property Inspector.