COlePasteSpecialDialog Class

Used for the OLE Paste Special dialog box.

class COlePasteSpecialDialog : public COleDialog

Remarks

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 OLEUIPASTESPECIAL structure in the Windows SDK.

For more information regarding OLE-specific dialog boxes, see the article Dialog Boxes in OLE.

Requirements

Header: afxodlgs.h

See Also

Tasks

OCLIENT Sample: Illustrates a Visual Editing Container Application

Reference

COleDialog Class

Hierarchy Chart

COleDialog Class

Other Resources

COlePasteSpecialDialog Members