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:
SIZEMODE may be used in CREATE, GETPROP, or SETPROP statements of CONTAINER objects.
The {value} specified must be one of the following:
|
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
![]() |