WRAPPABLE Property
PLBCMP GUI Only
The WRAPPABLE property indicates whether buttons in a TOOLBAR object should wrap to multiple lines if there is not enough space to show all the buttons. The property uses the following format:
WRAPPABLE[={value}]
Note the following:
WRAPPABLE may be used in CREATE, GETPROP, or SETPROP statements of an TOOLBAR object.
{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 |
Toolbar wrapping is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |