Article ID: 137435
Article Last Modified on 6/30/2004
This.Drag(1)
This.Value = oSource.Value
NOTE: oSource is a parameter defined in a DragDrop event of an object.
It is use in a DragDrop event as a reference to the control being .
dragged You can refer to properties and methods of the control being
dragged by using this oSource parameter.
Keywords: kbhowto kbdesigner kbcode KB137435