AUTOSIZE (STATUSPANEL) Property


PLBCMP GUI Only

 

The AUTOSIZE property defines the type of sizing used for the object. The property uses the following format:

 

AUTOSIZE[={value}]

Note the following:

  1. AUTOSIZE may be used in SETPROP or GETPROP statements of a STATUSPANEL object.

  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

    Size the panel ...

    1

    $PANSIZECONTENTS

    to the contents. Do not get smaller than the MINWIDTH property

    2

    $PANSIZENONE

    using the WIDTH property.

    3

    $PANSIZESPRING

    to use up any remaining space left after all other panels are displayed. Do not get smaller than the MINWIDTH property.

     

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

     



    PL/B Language Reference AUTOSIZE Property AUTOSIZE (TOOLBUTTON) Property