Paste 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 "Paste". The event code should respond to this event by pasting the contents of the clipboard into the control at the current position (if any) using the GET-CLIPBOARD-DATA action.

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