DROPTARGET property (System)
Description
Returns the name of the control that is currently the target of a Drag and Drop operation.
Property Value
This property is a string containing the name of a control. It is only valid during a Drag and Drop operation and only if the control under the cursor can accept the data being dragged.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
Remarks
N/A
Example
DropTargetID = Get_Property( "SYSTEM", "DROPTARGET" )
See Also
SYSTEM DROPTARGET property, Appendix L – Drag and Drop