FlexGrid for WinForms
DragModeEnum Enumeration



Specifies the behavior of the control as an OLE drag-drop source.
Syntax
'Declaration
 
Public Enum DragModeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As DragModeEnum
public enum DragModeEnum : System.Enum 
public enum class DragModeEnum : public System.Enum 
Members
MemberDescription
AutomaticThe 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).
AutomaticCopySame as Automatic, except the data is always copied (never moved).
AutomaticMoveSame as Automatic, except the data is always moved (never copied).
ManualThe 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.DragModeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback