RectControl.AcceptRawDataDrop
From Real Software Documentation
Method
RectControl.AcceptRawDataDrop ( Type as String )
Permits data (of the Type specified) to be dropped on the control.
Example
The following specfies a generic file type defined in the File Type Sets editor.
me.AcceptRawDataDrop("????")
