DragAndDrop Help File


Table of Contents

DragAndDrop.GetDataFormat
DragAndDrop.SetDataFormat
DragAndDrop.Start
DragAndDrop.Stop
DragAndDrop.GetEventType
DragAndDrop.GetDataObject
DragAndDrop.GetError

DragAndDrop.GetDataFormat


(string) DragAndDrop.GetDataFormat ()

Description

Returns a data format.

Parameters

None


Return

This action returns a (string) value.



DragAndDrop.SetDataFormat


DragAndDrop.SetDataFormat ( 

(string) Format = DataFormat.FileDrop )

Description

Set a data format.

Parameters

Format

(string) Format type.


Return

This action dose not return any value.



DragAndDrop.Start


DragAndDrop.Start ( 

(number) WndHandle = DataFormat.FileDrop )

Description

Start drag and drop, system.

Parameters

WndHandle

(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)


Return

This action dose not return any value.



DragAndDrop.Stop


DragAndDrop.Stop ( 

(number) WndHandle = DataFormat.FileDrop )

Description

Stop drag and drop, system.

Parameters

WndHandle

(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)


Return

This action dose not return any value.



DragAndDrop.GetEventType


(string) DragAndDrop.GetEventType ()

Description

Returns a event type.

Parameters

None


Return

This action returns a (string) value.



DragAndDrop.GetDataObject


(table) DragAndDrop.GetDataObject ()

Description

Returns a error.

Parameters

None


Return

This action returns a (table) value.



DragAndDrop.GetError


(string) DragAndDrop.GetError ()

Description

Returns a error.

Parameters

None


Return

This action returns a (string) value.



Made with Action Plugin Compiler