PUSHED Property
9.0E, PLBCMP GUI Only
The PUSHED property allows a TOOLBUTTON in a TOOLBAR to alter its appearance when pushed. The property uses the following format:
PUSHED={value}
Note the following:
PUSHED may be used in GETPROP or SETPROP statements of a TOOLBUTTON object.
When the PUSHED property is enabled, the toolbar button appears sunken or inset relative to the other buttons.
If the TOOLBUTTON is a member of a toggle group, any tool buttons in the group are released before setting the button to a pushed down state.
{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
![]() |