Search
EClipboardFlag Enumeration
See Also
 



Members of this enumeration are used as indices of the ClipboardFlags indexed property.

 Syntax

VB6  Copy Code

Public Enum EClipboardFlag

C++  Copy Code

enum EClipboardFlag

 Members

  Member name Value Description

fCopyAsBitmap

0

A flag identifying whether a bitmap image of the diagram should be copied to the Windows clipboard.

fCopyAsEnhancedMetafile

1

A flag identifying whether an EMF image of the diagram should be copied to the Windows clipboard.

fCopySubordinateGroups

2

Specifies whether the items in subordinated groups should be copied to the clipboard when the group's master item is copied.

 See Also