You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//DROPEFFECT_NONE 0 Drop target cannot accept the data.
13
+
//DROPEFFECT_COPY 1 Drop results in a copy. The original data is untouched by the drag source.
14
+
//DROPEFFECT_MOVE 2 Drag source should remove the data.
15
+
//DROPEFFECT_LINK 4 Drag source should create a link to the original data.
16
+
//DROPEFFECT_SCROLL 0x80000000 Scrolling is about to start or is currently occurring in the target. This value is used in addition to the other values.
17
+
18
+
9
19
/// <summary>
10
20
/// CFSTR_PREFERREDDROPEFFECT
11
21
/// </summary>
@@ -14,12 +24,17 @@ internal class ClipboardSample : SampleExecute
0 commit comments