DRAGSOURCE property (System)
Description
Returns the name of the control whose contents are being dragged during 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 that was started from a Presentation Server control.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
Remarks
N/A
Example
DragSourceID = Get_Property( "SYSTEM", "DRAGSOURCE" )