Copy Event

This document covers the following topics:


Applies To

ActiveX Controls, List Box Control, List View Control, Tree View Control.

Description

If not suppressed, this event is received by an ActiveX or list box control that has the keyboard focus when the user triggers a tool bar item, menu item or signal of type "Copy". The event code should respond to this event by copying the active selection (if any) to the clipboard using the OPEN-CLIPBOARD, SET-CLIPBOARD-DATA and CLOSE-CLIPBOARD actions.

Note:
Natural cannot provide any default handling for this event because it is ambiguous as to what action should be taken.