OnDragLeave picture event
Related pages:
ENTRY OnDragLeave(IN INT _refId) ; action END OnDragLeave
_refId | Reference variable of target object. |
ENTRY OnDragEnter (IN INT _refID, OUT BOOL _bAllow) %HI_SetBackColor(_refId, _dndColor) _bAllow := @TRUE END OnDragEnter ENTRY onDragLeave (IN INT _refId) %HI_SetBackColor(_refId, _baseColor) END OnDragLeave
Related pages:
Pridať komentár