SIZEMODE Property


PLBCMP GUI Only

 

The SIZEMODE property controls how the OLE insertable object is displayed within an OLE CONTAINER object. The property uses the following format:

SIZEMODE={value}

Note the following:

  1. SIZEMODE may be used in CREATE, GETPROP, or SETPROP statements of CONTAINER objects.

  2. The {value} specified must be one of the following:

  3.  

    Value

    Keyword

    The OLE container object is ...

    1

    $SIZEMODEAUTO

    resized to the size of the OLE insertable object.

    2

    $SIZEMODECLIP

    clipped to the size of the OLE container object window. (default)

    3

    $SIZEMODESCALE

    evenly scaled for a best fit in the OLE container object window.

    4

    $SIZEMODESTRETCH

    scaled to fit in the OLE container object window.

 

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

 



PL/B Language Reference SIZEGRIP Property SORTED Property