wxPrivateDropTarget is for...
Derived from
Include files
<wx/dnd.h>
See also
Members
wxPrivateDropTarget::wxPrivateDropTarget
wxPrivateDropTarget::SetId
wxPrivateDropTarget::GetId
wxPrivateDropTarget()
void SetId(const wxString& id)
You have to override OnDrop to get at the data. The string ID identifies the format of clipboard or DnD data. A word processor would e.g. add a wxTextDataObject and a wxPrivateDataObject to the clipboard - the latter with the Id "WXWORD_FORMAT".
virtual wxString GetId() const