EventDropAction()

语法

Result = EventDropAction()
概要
After a #PB_Event_GadgetDrop or #PB_Event_WindowDrop is received by WaitWindowEvent() or WindowEvent(), this function returns the action that should be taken with the data.

参数

无.

返回值

Returns one of the following values:
  #PB_Drag_Copy: The data should be copied
  #PB_Drag_Move: The data should be moved (The drag source is responsible for removing the original data)
  #PB_Drag_Link: The data should be linked

参阅

EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropX(), EventDropY()

已支持操作系统

所有

<- EnableWindowDrop() - DragDrop Index - EventDropBuffer() ->