Field WdgSysMenu
Availability of a system menu control. Indicates whether a window is to have a system menu button. If “yes”, a system menu button appears in the upper left-hand corner of the window.
Valid Values
An integer code, as shown in the table below:
Code |
Meaning |
0 |
No system menu (DEFAULT) |
1 |
Yes, standard system menu |
2 |
Yes, standard system menu, plus “close” option |
Remarks
The standard menu (1) contains selections that allow the end-user to move, resize, minimize, maximize, and restore the window. The standard menu plus “close” option (2) contains an additional option that allows the end-user to close the window.
This attribute is available for graphic-class windows only.