The AutoDragEnum type supports the following values:
Name | Value | Description | |||
exAutoDragNone | 0 | AutoDrag is disabled. You can use the OLEDropMode property to handle the OLE Drag and Drop event for your custom action. | |||
exAutoDragCopy | 8 | Drag and drop the selected items to a target application, and paste them as image or text. Pasting the data to the target application depends on the application. You can use the exAutoDragCopyText to specify that you want to paste as Text, or exAutoDragCopyImage as an image. | |||
exAutoDragCopyText | 9 |
Drag and drop the selected items to a target application, and paste them as text only.
Ability to drag and drop the data as text, to your favorite Office applications,
like Word, Excel, or any other OLE-Automation compliant. The drag and drop operation
can start anywhere
Click here to watch a movie on how exAutoDragCopyText works. | |||
exAutoDragCopyImage | 10 |
Drag and drop the selected items to a target application, and paste them as image only.
Ability to drag and drop the data as it looks, to your favorite Office
applications, like Word, Excel, or any other OLE-Automation compliant. The drag
and drop operation can start anywhere
Click here to watch a movie on how exAutoDragCopyImage works. | |||
exAutoDragCopySnapShot | 11 | Drag and drop a snap shot of the current component. This option could be used to drag and drop the current snap shot of the control to your favorite Office applications, like Word, Excel, or any other OLE-Automation compliant. | |||
exAutoDragScroll | 16 | The component is scrolled by clicking the item and dragging to a new position. This option can be used to allow user scroll the control's content with NO usage of the scroll bar, like on your IPhone. | |||
exAutoDragCopyOnShortTouch | 2048 | Drag and drop the selected objects to a target application, and paste them as image or text. | |||
exAutoDragCopyTextOnShortTouch | 2304 | Drag and drop the selected objects to a target application, and paste them as text only. | |||
exAutoDragCopyImageOnShortTouch | 2560 | Drag and drop the selected objects to a target application, and paste them as image only. | |||
exAutoDragCopySnapShotOnShortTouch | 2816 | Drag and drop a snap shot of the current component. | |||
exAutoDragScrollOnShortTouch | 4096 | The component is scrolled by clicking the object and dragging to a new position. | |||
exAutoDragCopyOnRight | 524288 | Drag and drop the selected objects to a target application, and paste them as image or text. | |||
exAutoDragCopyTextOnRight | 589824 | Drag and drop the selected objects to a target application, and paste them as text only. | |||
exAutoDragCopyImageOnRight | 655360 | Drag and drop the selected objects to a target application, and paste them as image only. | |||
exAutoDragCopySnapShotOnRight | 720896 | Drag and drop a snap shot of the current component. | |||
exAutoDragScrollOnRight | 1048576 | The component is scrolled by clicking the object and dragging to a new position. | |||
exAutoDragCopyOnLongTouch | 134217728 | Drag and drop the selected objects to a target application, and paste them as image or text. | |||
exAutoDragCopyTextOnLongTouch | 150994944 | Drag and drop the selected objects to a target application, and paste them as text only. | |||
exAutoDragCopyImageOnLongTouch | 167772160 | Drag and drop the selected objects to a target application, and paste them as image only. | |||
exAutoDragCopySnapShotOnLongTouch | 184549376 | Drag and drop a snap shot of the current component. | |||
exAutoDragScrollOnLongTouch | 268435456 | The component is scrolled by clicking the object and dragging to a new position. |