MAXBOX Property
PLBCMP GUI Only
The MAXBOX property specifies whether a WINDOW object has a maximize box. The property uses the following format:
MAXBOX={value}
Note the following:
MAXBOX may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.
The MAXBOX property does not have an effect if the CAPTION property is set to $OFF for a $MODAL or $MODELESS window type.
{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 maximize box is ... |
|
0 |
$OFF |
not available. |
|
1 |
$ON |
available. (default) |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |