DOWNARROW Property
PLBCMP GUI Only
The DOWNARROW property controls the display of a down arrow beside a TOOLBUTTON object. The property uses the following format:
DOWNARROW[={value}]
Note the following:
DOWNARROW may be used in CREATE, SETPROP, or GETPROP statements of a TOOLBAR object.
The TOOLBUTTON object must have a BTNSTYLE property value of $TBSTYLEDROPDOWN.
{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 down arrow display is ... |
|
0 |
$OFF |
disabled. |
|
1 |
$ON |
enabled (default). |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |