browser class : LoadImages getter
Description
Returns a value that indicates whether to load the image.
Syntax
instance.LoadImages
Arguments
None.
Return value
Class | Description |
bool | Whether 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.