Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

N/A

Example

 
DragSourceID = Get_Property( "SYSTEM", "DRAGSOURCE" )