Type of draglist required
Member of Draglist (PRIM_DGLT)
Data Type - Enumeration
The DragListStyle property defines how image attached to the drag cursor is defined.
Enum Value | Description |
---|---|
None | No image is attached to the cursor |
Image | Use a repository enrolled Bitmap by specifying it on the DragImage property |
Selection | A snapshot of the selected items in the control is attached to the cursor while dragging |
Popup | Use a Popup Panel by specifying it on the DragPopup property |
Febuary 18 V14SP2