Drag
SUB
Drag
(
Data
AS
Variant
[
, Format
AS
String
]
)
Starts a drag & drop process.
Data
is the data to be dragged. It can be a
String
or an
Image
.
If
Data
is a text, then you can specify in
Format
the mime type of this text. For example,
"text/html"
.