COleDocument::OnEditConvert
Displays the OLE Convert dialog box and converts or activates the currently selected OLE item according to user selections in the dialog box.
afx_msg void OnEditConvert( );
Remarks
OnEditConvert creates and launches a COleConvertDialog Convert dialog box.
An example of conversion is converting a Microsoft Word document into a WordPad document.
Requirements
Header: afxole.h
See Also
Reference
COleDocument::OnUpdateObjectVerbMenu