This property is True if successive approximations of the image should be drawn during slow operations.
object.IncrementalDisplay
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
bool
Display IncrementalDisplay for the specified image control.
Dim aImage
Dim aImageInfo
Set aImage = Form.Controls_("Image1")
aImageInfo =_
"Short Name: " & aImage.ShortName & vbNewLine &_
"Type Name: " & aImage.TypeName & vbNewLine &_
"Incremental Display: " & aImage.IncrementalDisplay
Profile.MsgBox(aImageInfo)
In Profile Client v8 on User Interface Incremental Display can be found in
.