◄COleClientItem► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation OLE Classes────────────────────────────────────────── void CopyToClipboard(); Remarks Copies this OLE item to the Clipboard in a format that allows another application to paste the item as an embedded or static OLE item. The usual programming sequence is: (1) open an empty Clipboard, (2) call CopyToClipboard, and (3) close the Clipboard. -♦-