'Declaration
Public Enum DropModeEnum Inherits System.Enum
public enum DropModeEnum : System.Enum
'Declaration
Public Enum DropModeEnum Inherits System.Enum
public enum DropModeEnum : System.Enum
Member | Description |
---|---|
Automatic | The control automatically handles dropping of text or filename data. |
Manual | The control fires drag-drop events that can be handled to provide drop target functionality. |
None | The control can't be used as a drop target. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.DropModeEnum