SYSMENU Property
PLBCMP GUI Only
The SYSMENU property specifies whether a system menu is attached to a WINDOW object. The property uses the following format:
SYSMENU={value}
Note the following:
SYSMENU may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.
The SYSMENU property does not have an effect if the CAPTION property is set to $OFF for a $MODAL or $MODELESS window type.
Forms created by the PLBDSIGN utility always contain a system menu regardless of the setting of this property.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The System menu is ... |
|
0 |
$OFF |
not displayed. |
|
1 |
$ON |
displayed. (default) |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |