DND.DROP_TARGET_KEY

DropTarget Key: The string constant for looking up the drop target for a control using <code>getData(String)</code>. When a drop target is created for a control, it is stored as a property in the control using <code>setData(String, Object)</code>.

@since 3.4

class DND
String DROP_TARGET_KEY;

Meta