\helpref{wxDropTarget}{wxdroptarget}
+\wxheading{Include files}
+
+<wx/dnd.h>
+
\wxheading{See also}
\helpref{wxDropTarget}{wxdroptarget}
\func{void}{SetId}{\param{const wxString\& }{id}}
-Yu have to override OnDrop to get at the data.
+You have to override OnDrop to get at the data.
The string ID identifies the format of clipboard or DnD data. A word
-rocessor would e.g. add a wxTextDataObject and a wxPrivateDataObject
+processor would e.g. add a wxTextDataObject and a wxPrivateDataObject
to the clipboard - the latter with the Id "WXWORD\_FORMAT".
\membersection{wxPrivateDropTarget::GetId}\label{wxprivatedroptargetgetid}