RIGHTBUTTON Property
PLBCMP GUI Only
The RIGHTBUTTON property specifies that a FLOATMENU item may be selected using the right mouse button. The property uses the following format:
RIGHTBUTTON[={value}]
Note the following:
RIGHTBUTTON may be used in CREATE, SETPROP, or GETPROP statements of a FLOATMENU object.
If the RIGHTBUTTON property is specified without an assignment, the action is the same as if RIGHTBUTTON=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 |
The right mouse button is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |