Specifies whether the component displays an image when this image is being loaded.
Declaration
componentObj.IncrementalDisplay
Read-Write Property | Boolean |
componentObj | One of the user forms components or objects listed in the Applies To section |
Applies To
The property applies to the following component:
Description
Use the IncrementalDisplay
property to enable partial rendering of an image when it is being loaded to the component. If IncrementalDisplay
is False, the component displays the image only after the latter is loaded. IncrementalDisplay
can be useful when you work with large images that are loaded slowly.
Property Value
True, if partial drawing is enabled during loading; False otherwise.