NOMENURESIZE Property
PLBCMP GUI Only
The NOMENURESIZE property prevents the resizing of a WINDOW object when a menu is added. The property uses the following format:
NOMENURESIZE={value]
Note the following:
NOMENURESIZE may be used in CREATE statements of a WINDOW object.
By default, the WINDOW is resized to maintain the original size of the client area.
{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 |
Window resizing is ... |
|
0 |
$OFF |
enabled. (default) |
|
1 |
$ON |
disabled. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |