AUTOSIZE Property
PLBCMP GUI Only
The AUTOSIZE property allows an object to automatically resize the bottom of an optional border. For TOOLBARS, buttons will be sized based on the associated image and text when this property is enabled. The property uses the following format:
AUTOSIZE[={value}]
Note the following:
AUTOSIZE may be used in CREATE, SETPROP, or GETPROP statements of CHECKGRP and RADIOGRP objects.
If the AUTOSIZE property is specified without an assignment, the action is the same as if AUTOSIZE=1 were given.
{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 |
Automatic resizing is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |