<div dir="ltr"><div><div>What does "ask" mean?<br><br></div>I would think "ask" is implied by the fact that more than one action is provided. Maybe an explanation as to what the drop target should do with these combinations and how they differ from each other (just write what the drop target should do for each):<br><br></div><div> MOVE<br></div><div> MOVE+ASK<br></div><div> MOVE+COPY<br></div><div> MOVE+COPY+ASK<br></div><div> 0 (ie no action)</div><div> ASK<br><br></div><div>For an example of what I am looking for, here is my best guess that actually makes ask mean anything:<br></div><div><br><div> MOVE<br></div><div>    do a move without any user interaction<br></div><div> MOVE+ASK<br></div><div>    do a move, but ui allowing choice of overlapping drop targets is allowed<br></div><div> MOVE+COPY<br></div><div>    must choose move or copy without user interaction<br></div><div> MOVE+COPY+ASK<br></div><div>    must choose move or copy but can use user interaction<br></div><div> 0 (ie no action)<br></div><div>    error<br></div><div> ASK<br></div><div>    error<br><br></div></div></div>