browser class : LoadImages getter

Description

Returns a value that indicates whether to load the image.

Syntax

instance.LoadImages

Arguments

None.

Return value

ClassDescription
boolWhether to load the image.

Sample code

1:

browser b; // Main-browser

2:

bool canDisplay = b.LoadImages;

Notes

Returns true if you want to load an image. Otherwise, returns false.

The default value is true.

Indicates whether to load images on top-level document. It has nothing to do with the images in the child frames.

Links for reference

None.

Copyright © Cooker All rights reserved.