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:

  1. MERGETYPE may be used in CREATE, GETPROP or SETPROP statements of a MENU object.

  2. Menus can be merged when a CONTAINER object that has a menu is activated.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    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

 



PL/B Language Reference MENUTEXT Property MIN Property