MERGETYPE Property
9.0, PLBCMP GUI Only
The MERGETYPE property assigns a merge action to a menu. The property uses the following format:
MERGETYPE={value}
Note the following:
MERGETYPE may be used in CREATE, GETPROP or SETPROP statements of a MENU object.
Menus can be merged when a CONTAINER object that has a menu is activated.
{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 menu is ... |
|
0 |
$MERGENONE |
not merged. (default) |
|
1 |
$MERGELEFT |
left of the container. |
|
2 |
$MERGEMIDDLE |
middle of the container. |
|
3 |
$MERGERIGHT |
right of the container. |
See Also Object Properties, Object IO Instructions, Object Definitions
![]() |