'Declaration
Public Enum DragModeEnum Inherits System.Enum
public enum DragModeEnum : System.Enum
'Declaration
Public Enum DragModeEnum Inherits System.Enum
public enum DragModeEnum : System.Enum
Member | Description |
---|---|
Automatic | The control provides automatic dragging of data. If the mouse hovers near the edges of the selected range, the cursor will change and allow the user to move or copy data (pressing the CTRL key to copy). |
AutomaticCopy | Same as Automatic, except the data is always copied (never moved). |
AutomaticMove | Same as Automatic, except the data is always moved (never copied). |
Manual | The control does not provide any drag support. The caller can still initiate drag-drop operations using the System.Windows.Forms.Control.DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects) method. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.DragModeEnum