STATIC
SUB
Drag
(
Source
AS
Control
, Data
AS
Variant
[
, Format
AS
String
]
)
Starts a drag & drop operation.
Source
is the origin of the drag.
Data
is the data that will be dragged. It can be a
String
or an
Image
.
Format
is an optional MIME format, that you can specify only if you drag textual data.