Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The COlePasteSpecialDialog class is used for the OLE Paste Special dialog box. Create an object of class COlePasteSpecialDialog when you want to call this dialog box. After a COlePasteSpecialDialog object has been constructed, you can use the AddFormat and AddStandardFormats member functions to add Clipboard formats to the dialog box. You can also use the m_ps structure to initialize the values or states of controls in the dialog box. The m_ps structure is of type OLEUIPASTESPECIAL.
For more information, see the structure in the OLE 2.01 User Interface Library.
For more information regarding OLE-specific dialog boxes, see the article in Visual C++ Programmer’s Guide.
#include <afxodlgs.h>
Class Members | Base Class | Hierarchy Chart
See Also COleDialog