|
|
|
|
|
MDIWindowMenu (Function) In french: MDIMenuFenêtre Modifies the layout of the MDI child windows. Note: The MDIWindowMenu function can only be used for windows defined as "MDI daughters" in the window editor.
MDIWindowMenu(mdiMinimizeAll)
Syntax <Action>: Character String constant Indicates the action to perform:
| | mdiArrange | Aligns the icons of the minimized MDI child windows. | mdiCascade | Displays the opened MDI child windows in cascade. | mdiCloseAll | Closes all the opened MDI child windows. | mdiMinimizeAll | Minimizes all the opened MDI child windows. | mdiRestoreAll | Displays the opened MDI child windows in their initial size. | mdiTile | Tiles the opened MDI child windows. | mdiTileH | Tiles the opened MDI child windows horizontally. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|