DragToObject Method (MobileObject)
Class
MobileObject
.
Action
Drags this object to the specified destination object.
Syntax
C#
object
.
DragToObject
(
destination
)
VB
object
.
DragToObject
(
destination
)
Variable
Description
destination
The destination object of the drag.
MobileObject
.