virtual int DoModal( );
Return Value
Completion status for the dialog box. One of the following values:
Remarks
Call this function to display the OLE Paste Special dialog box.
If you want to initialize the various dialog box controls by setting members of the m_ps structure, you should do this before calling DoModal, but after the dialog object is constructed.
If DoModal returns IDOK, you can call other member functions to retrieve the settings or information input by the user into the dialog box.
COlePasteSpecialDialog Overview | Class Members | Hierarchy Chart
See Also COleDataObject, COleDialog::GetLastError, CDialog::DoModal, COlePasteSpecialDialog::COlePasteSpecialDialog, COlePasteSpecialDialog::GetDrawAspect, COlePasteSpecialDialog::GetIconicMetafile, COlePasteSpecialDialog::GetPasteIndex, COlePasteSpecialDialog::GetSelectionType