Description

Copy this object to the clipboard.

Return Type

A Boolean value.   A Boolean with value True.
Failure Returns False.

Failure conditions:

Syntax

object.ClipboardCopy ([ePreferredDropEffect])

The ClipboardCopy Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRefs.
ePreferredDropEffectOptional. An OLEDropEffectConstants enumeration, as described in settings. (Default is vbDropEffectCopy) The suggested operation for the Paste command (vbDropEffectMove).

Settings

The settings for ePreferredDropEffect are:

ConstantValueDescription
 vbDropEffectNone0

No OLE drag/drop operation has taken place/would take place.

 vbDropEffectCopy1

A mask to indicate that a copy has taken place/would take place.

 vbDropEffectMove2

A mask to indicate that a move has take place/would take place.

 vbDropEffectLink4

A mask to indicate that a link has take place/would take place.

 vbDropEffectScroll-2147483648

A mask to indicate that the drop target window has scrolled/would scroll.

 vbDropEffectAll-2147483641

A mask to indicate for all drop target actions known to this type.