SYSMENU Property


PLBCMP GUI Only

 

The SYSMENU property specifies whether a system menu is attached to a WINDOW object. The property uses the following format:

SYSMENU={value}

Note the following:

  1. SYSMENU may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.

  2. The SYSMENU property does not have an effect if the CAPTION property is set to $OFF for a $MODAL or $MODELESS window type.

  3. Forms created by the PLBDSIGN utility always contain a system menu regardless of the setting of this property.

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

  5.  

    Value

    Keyword

    The System menu is ...

    0

    $OFF

    not displayed.

    1

    $ON

    displayed. (default)

     

  6. This property is not available when using the PL/B Web Server.

 

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

 



PL/B Language Reference SWITCH Property TABFIXHTH Property