SEPARATOR Property


9.0, PLBCMP GUI Only

 

The SEPARATOR property indicates that a menu item is a separator line. The property uses the following format:

SEPARATOR[={value}]

Note the following:

  1. SEPARATOR may be used in SETPROP or GETPROP statements of a MENUITEM.

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

  3.  

    Value

    Keyword

    The menu item is a ...

    0

    $OFF

    normal item. (default)

    1

    $ON

    separator bar.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SELTYPE Property SHAPE Property