| 
 | 
 | 
 | 
| 
        | DragStyleEnum Enumeration | 
Used with the DragStyle property defining drag detection.
Syntax DragStyleEnum Enumeration (Softelvdm.SftTreeNET)
| VB | Public Enum DragStyleEnum | 
| C# | public enum DragStyleEnum | 
| C++ | public enum class DragStyleEnum | 
| Member | Value | Description | 
| None | 0 | The control does not attempt to detect a drag operation. | 
| Detect | 1 | The control detects drag operations and the DragDetected event occurs. | 
Comments
The DragStyleEnum enumeration is used with the DragStyle property defining drag detection.