|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| window.ID.formStyle(Style) |
Parameters
| INT | Style | New style. 0: Normal 1: MDI child window 2: MDI parent window 3: Stay On Top |
Return value
No value is returned.
Description
Set the window style.
MDI windows are not officially suppored by MioEngine.
Use this function carefully.
In most of the cases, it is not recommended to use it at run-time. Call this function as soon as the windows is called and test your application seriously. |
|
|
|