MINWIDTH Property
PLBCMP GUI Only
The MINWIDTH property specifies the minimum width of a STATUSPANEL or WINDOW. The property uses the following format:
MINWIDTH={value}
Note the following:
MINWIDTH may be used in SETPROP or GETPROP statements of a STATUSPANEL object.
MINWIDTH may be used in SETPROP, GETPROP, or CREATE statements of a WINDOW object. (9.6)
This property is only used for a STATUSPANEL when the AUTOSIZE property is set to $PANSIZECONTENTS or $PANSIZESPRING.
When used with a WINDOW, this minimum width prevents a window from being sized below this size.
{value} specifies the number of pixels for the width.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |