March 2003
Intermediate to advanced
896 pages
32h 35m
English
DragDropEffects
This bitfield enumeration is used to specify how a drop operation
might be concluded by a drop target. See
DragEventArgs for more information.
public enum DragDropEffects { None = 0x00000000, Copy = 0x00000001, Move = 0x00000002, Link = 0x00000004, Scroll = 0x80000000, All = 0x80000003 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ DragDropEffects
Control.DoDragDrop(),
DragEventArgs.{AllowedEffect,
Effect},
GiveFeedbackEventArgs.Effect
Control.DoDragDrop(),
DragEventArgs.{DragEventArgs(),
Effect},
GiveFeedbackEventArgs.GiveFeedbackEventArgs()
Read now
Unlock full access