'宣言 Public Enum DropModeEnum Inherits System.Enum
public enum DropModeEnum : System.Enum
'宣言 Public Enum DropModeEnum Inherits System.Enum
public enum DropModeEnum : System.Enum
| メンバ | 解説 |
|---|---|
| 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