COleConvertDialog

The COleConvertDialog class is used for the OLE Convert dialog box. Create an object of class COleConvertDialog when you want to call this dialog box. After a COleConvertDialog object has been constructed, you can use the m_cv structure to initialize the values or states of controls in the dialog box. The m_cv structure is of type OLEUICONVERT. For more information about using this dialog class, see the DoModal member function.

Note   AppWizard-generated container code uses this class.

For more information, see the OLEUICONVERT structure in the OLE documentation.

For more information about OLE-specific dialog boxes, see the article Dialog Boxes in OLE in Visual C++ Programmer’s Guide.

#include <afxodlgs.h>

Class MembersBase ClassHierarchy Chart

See Also   COleDialog