Type | Description | |||
exOLEDropModeEnum | An exOLEDropModeEnum expression that indicates the OLE Drag and Drop mode. 0 means no drag and drop support, 1 means manual support. |
By default, the OLEDropMode property is exOLEDropNone. Curently, the control supports only manual OLE Drag and Drop operation.
See the OLEStartDrag and OLEDragDrop events for more details about implementing drag and drop operations into the ExSurface control.