Enumeration for use with the DragDrop classes that
specifies the allowed actions.
Namespace: yWorks.Support.WindowsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
[FlagsAttribute] public enum DragDropEffects |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DragDropEffects |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | Indicates that the drop target cannot be used for dropping the data. | |
| Copy | 1 | Indicates that the data can be copied to the drop target. | |
| Move | 2 | Indicates that the data can be moved to the drop target. | |
| Link | 4 | Indicates that the data can be linked to the drop target. | |
| Scroll | 8 | Indicates that the drop target is currently scrolling. | |
| All | 15 | A combination of all of the flags. |