This document is archived and information here might be outdated.  Recommended version.


IClipboardFormat2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IClipboardFormat2 Interface
ArcGIS Developer Help

IClipboardFormat2 Interface

Provides access to members that control the ClipBoard Format.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method Copy Copy selection to the Clipboard.
Method CopyMap Copy the entire view to the Clipboard.
Read-only property Description Description of the Clipboard format.
Read-only property Format The Clipboard Format.
Method Paste Paste the Element in the GraphicsContainer to the Clipboard.
Read-only property Priority Priority of the Clipboard format for Paste (1 to 100, 100 highest priority).
Read-only property StorageMedium StorageMedium for Paste. (Look up the C++ TYMED enumeration on MSDN for details).

Classes that implement IClipboardFormat2

Classes Description
BmpClipboardFormat BMP Clipboard Format.
EnhMetaFileClipboardFormat Enhanced Metafile Clipboard Format(EMF).
MetaFileClipboardFormat Windows Metafile Clipboard Format (WMF).
TextClipboardFormat Text Clipboard Format.