DesktopWindow.AcceptRawDataDrop
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
DesktopWindow.AcceptRawDataDrop(Type as String)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Permits data (of the type specified) to be dropped on the window. Type is a four-character resource code, e.g., 'snd ' or 'TEXT', or a UTI such as 'public.data' or 'public.jpeg'.