Welcome
DragAndDrop.GetDataFormat
DragAndDrop.SetDataFormat
DragAndDrop.Start
DragAndDrop.Stop
DragAndDrop.GetEventType
DragAndDrop.GetDataObject
DragAndDrop.GetError
(string) DragAndDrop.GetDataFormat () |
Returns a data format.
This action returns a (string) value.
DragAndDrop.SetDataFormat ( |
(string) Format = DataFormat.FileDrop ) |
Set a data format.
(string) Format type.
This action dose not return any value.
DragAndDrop.Start ( |
(number) WndHandle = DataFormat.FileDrop ) |
Start drag and drop, system.
(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)
This action dose not return any value.
DragAndDrop.Stop ( |
(number) WndHandle = DataFormat.FileDrop ) |
Stop drag and drop, system.
(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)
This action dose not return any value.
(string) DragAndDrop.GetEventType () |
Returns a event type.
This action returns a (string) value.
(table) DragAndDrop.GetDataObject () |
Returns a error.
This action returns a (table) value.
(string) DragAndDrop.GetError () |
Returns a error.
This action returns a (string) value.
Made with Action Plugin Compiler