Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Drag tab out into it's own window?
posted

I don't think there is any support for dragging forms out of the MdiTabbedManager, but I was hoping to implement some mechanism to do that. Does anybody know if this is at all possible?

Alternatively is it possible to add additional tools to the context sensitive menu to take the form out of the Tabbed Manager?

I think all I need to do is to write something like this to get the form out:

form.MdiParent = null;

I'm just looking for a good place to let the user do it.

Regards,

Martin.

Parents Reply Children
No Data