Gets and sets the type of OLE drop to allow if any.
Read-write property
Visual Basic |
---|
Public Property OLEDropMode As enumOLEDropMode |
An enumOLEDropMode value which determines the type of OLE drop.
ImagXpress supports the clip format CF_DROP. The OLEDragOver and OLEDragDrop events only occur when the OLEDropMode property is set to OLEDROP_MANUAL (1).
Note: For security reasons, drag/drop is disallowed between windows with different security levels.