Description
You can choose to display OLE documents in two size modes: clip and stretch. The default is stretch mode.
Usage
You change the way the OLE container is sized by setting the SizeMode property in the Property view for the control, or by setting the property in a script. The values for SizeMode are:
- Clip The object's image displays full size. If it is larger than the OLE control, it is clipped by the control's borders.
- Stretch The object's image is resized to fit into and fill the OLE container control.
|