MDI child in a DLL?

Hello,
Is it possible to open a form from a C # dll in an application MDI Delphi?
In fact I need to set form C # as a child of my MDI Delphi.

Thanks,
Celso.

You can show delphi form as ShowModal and use it as a parent for your C# visual plugin