RectControl.AcceptRawDataDrop

From Xojo Documentation

Method

RectControl.AcceptRawDataDrop(Type as String)

Supported for all project types and targets.

Permits data (of the Type specified) to be dropped on the control.

Sample Code

The following specfies a generic file type defined in the File Type Sets editor.

Me.AcceptRawDataDrop("????")