NOMENURESIZE Property


PLBCMP GUI Only

 

The NOMENURESIZE property prevents the resizing of a WINDOW object when a menu is added. The property uses the following format:

NOMENURESIZE={value]

Note the following:

  1. NOMENURESIZE may be used in CREATE statements of a WINDOW object.

  2. By default, the WINDOW is resized to maintain the original size of the client area.

  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

    Window resizing is ...

    0

    $OFF

    enabled. (default)

    1

    $ON

    disabled.

     

  5. 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 NODES Property NOINTEGRAL Property