Hello.

We have a problem copying an object to the clipboard.

to do this, we write: Clipboard.SetDataObject(o)
where o is our object.

Our object is inherited from UserControl.

When we try to retrieve the object from the clipboard, it is of the right type, but it is null.