PARTIALPUSH Property
PLBCMP GUI Only
The PARTIALPUSH property allows a TOOLBUTTON in a TOOLBAR to alter its appearance when pushed. The property uses the following format:
PARTIALPUSH={value}
Note the following:
PARTIALPUSH may be used in GETPROP or SETPROP statements of a TOOLBUTTON object.
When the PARTIALPUSH property is enabled, the button appears to have its face grayed. This appearance is different from the dimmed appearance when disabled since the PARTIALPUSH appearance gives a haze to the entire button face.
{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 |
Button appearance modification is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |