MAXBOX Property


PLBCMP GUI Only

 

The MAXBOX property specifies whether a WINDOW object has a maximize box. The property uses the following format:

 

MAXBOX={value}

Note the following:

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

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

  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 maximize box is ...

    0

    $OFF

    not available.

    1

    $ON

    available. (default)

     

  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 MAX Property MAXCHARS Property