Purpose
Sets or returns a value that determines the arrangement of windows in a DIOEasy frame.
Syntax
Object.Arrange [ = enDioWindowsArrangeStyle]
Or
[enDioWindowsArrangeStyle = ] Object.Arrange
The Arrange property syntax has the following parts:
Name |
Type |
Description |
Object |
DioApplication |
DioApplication object. |
enDioWindowsArrangeStyle |
enumDioWindowsArrangeStyle |
Integer specifying the arrangement style. |
Where
enumDioWindowsArrangeStyle can be one of the following:
Name |
Value |
Description |
dioWindowsArrangeCascade |
0 |
Cascades all non minimized windows. |
dioWindowsArrangeTileHorz |
1 |
Tiles all non minimized windows horizontally. |
dioWindowsArrangeTileVert |
2 |
Tiles all non minimized windows vertically. |
See Also