Skip to content

OLEDropConstants

Mode values for the OLEDropMode property of a control, controlling whether and how the control accepts OLE drop operations.

ConstantValueDescription
vbOLEDropNone0The control does not accept OLE drops.
vbOLEDropManual1The control raises OLEDragOver and OLEDragDrop events; the developer's code decides what to do.
vbOLEDropAutomatic2The control handles drops automatically based on the dropped data's format.

INFO

Available only when the FEATURE_OLEDRAGDROP feature is enabled.

twinBASIC and LOGO copyright of "WaynePhillipsEA" author