enumAFormOLEDropMode Enum

Integer constants specifying the method by which a component handles OLE drag/drop operations.

Constants

 

Name

Value

Description

aformOLEDropModeNone

1 *

None. The target component does not accept OLE drops and displays the No Drop cursor.

aformOLEDropModeManual

2

Manual. The target component triggers the OLE drop events, allowing the programmer to handle the OLE drop operation in code.

aformOLEDropModeAutomatic

3

Automatic. The target component automatically accepts OLE drops if the DataObject object contains data in a format it recognizes. No mouse or OLE drag/drop events on the target will occur when OLEDropMode is set to aformOLEDropModeAutomatic.

Applies to

AForm.OLEDropMode