EventDropPrivate()
Syntaxe
Resultat = EventDropPrivate()Description
Après avoir reçu #PB_Event_GadgetDrop ou #PB_Event_WindowDrop avec WaitWindowEvent() ou WindowEvent() et un format (récupérable avec EventDropType()) de type #PB_Drop_Private, cette fonction renvoie le 'TypeInterne' qui a été déposé (voir DragPrivate() pour plus d'informations).
Arguments
Cette fonction n'a pas de paramètre.
Valeur de retour
Renvoie la valeur de type privé utilisé lors du démarrage de l'opération de Drag & Drop. (Voir DragPrivate() pour plus d'informations.)
Voir aussi
EnableGadgetDrop(), EnableWindowDrop(), EventDropType(), EventDropAction(), EventDropX(), EventDropY()
OS Supportés
Tous