Programmatically Layout MDI Child Forms
How do I programmatically layout the child forms in MDI container?
For example, is there an MDI command for
- Cascade windows
- Tile Vertical
- Tile Horizontal
etc.
I want to know how the MDI does this. I think it is not exposed when you use the Standard menu items and as such, I want to know how it is done.
Thanks.
|