Purpose
Sets the window show style (max/min/normal) for DioEasy frame window
Syntax
Object.WindowState [ = enDioWinodwStyle]
Or
[enDioWinodwStyle = ] Object.WindowState
The WindowStyle method syntax has the following parts:
Name |
Type |
Description |
Object |
DioWindow |
DioWindow object. |
enDioWinodwStyle |
enumDioWinodwStyle |
Integer specifiying the window show style |
Where
enumDioWinodwStyle can be one of the following:
Name |
Value |
Description |
dioWindowsStateMax |
0 |
The DioApplication is maximized, fills the screen |
dioWindowsStateMin |
1 |
The DioApplication is minimized to the same size as an icon |
dioWindowsStateNormal |
2 |
The DioApplication has the same size as it was last opened. |
See Also