Skip to main content

cidCopy Constant

Specifies an ID of the Copy pop-up menu item.

Declaration

const cidCopy = 3;

Remarks

This menu item is enabled if the active worksheet’s CanCopyToClipboard function returns True.

A click on the “Copy” menu item copies the cell selection or the focused floating container to the clipboard.

Use the sdxBuiltInPopupMenuCopy resource string to localize the “Copy” menu item.

See Also