TileWindows()
Summary
Tiles all open windows.
Changes
Optional options array added in Version 5.0.
Syntax
TileWindows([array options])
| Option | Type | Contents |
|---|---|---|
| Horizontal | Boolean | If "True", tile windows horizontally, otherwise tile windows both horizontally and vertically (the default) |
Notes
-
TileWindows() is a standard Windows function for tiling the MDI child windows of an application.
-
The options array is an optional argument.
See Also
| Function | Summary |
|---|---|
| CascadeWindows() | Cascades open windows |