AUTOSIZE Property


PLBCMP GUI Only

 

The AUTOSIZE property allows an object to automatically resize the bottom of an optional border. For TOOLBARS, buttons will be sized based on the associated image and text when this property is enabled. The property uses the following format:

AUTOSIZE[={value}]

Note the following:

  1. AUTOSIZE may be used in CREATE, SETPROP, or GETPROP statements of CHECKGRP and RADIOGRP objects.

  2. If the AUTOSIZE property is specified without an assignment, the action is the same as if AUTOSIZE=1 were given.

  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

    Automatic resizing is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

     

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

     



    PL/B Language Reference AUTOSCROLL Property AUTOSIZE (STATUSPANEL) Property