C# usercontrol As MDI Container

Posted by ratty on Stack Overflow See other posts from Stack Overflow or by ratty
Published on 2010-06-18T13:04:51Z Indexed on 2010/06/18 13:13 UTC
Read the original article Hit count: 344

Filed under:
|
|

0

In C# i want to set user control as mdiParent of a form

I tried something like this

form.MDIParent = this;

('this' is a usercontrol)

© Stack Overflow or respective owner

Related posts about c#

Related posts about usercontrol