DragSourceControl

[property icon] DragSourceControl

Identifies the source control of a drag operation

Read-only Runtime-only OBJECT reference property

Applies to: Button , CheckBox , Graph , Grid , KCMLEdit , List Box , Picture Button , Radio , Rich Edit , Tree

Introduced in KCML version 6.60


>

DragSourceControl

This property returns the source control of a drag operation as an object. To determine the source component (if any) of a drag use the DragSourceItem property.

Example:

DEFEVENT Form1.TreeControl1.Drop()
        OBJECT SourceControl = ..DragSourceControl
END EVENT       

See also

Button methods, properties and events. CheckBox methods, properties and events. Graph methods, properties and events. Grid methods, properties and events. KCMLEdit methods, properties and events. List Box methods, properties and events. Picture Button methods, properties and events. Radio methods, properties and events. Rich Edit methods, properties and events. Tree methods, properties and events.