Follow-up question:
Given that I'm using AutoDetectMdiChildren, how would I access properties on the form inside the floating window? I want to set the windows minimum size based on a property on the form. For example:
e.Window.MinimumSize = e.Window.<reference to the form>.MinimumSize
Thank you.