EventDropPrivate()
Syntax
Result = EventDropPrivate()Description
After a #PB_Event_GadgetDrop or #PB_Event_WindowDrop is received by WaitWindowEvent() or WindowEvent() with a format (can be get with EventDropType()) of #PB_Drop_Private, this function returns the 'PrivateType' that was dropped.
Parameters
None.
Return value
Returns the private type value used when starting the Drag & Drop operation. (See DragPrivate() for more information.)
See Also
EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropAction(), EventDropX(), EventDropY()
Supported OS
All