AcWebBrowserState Enumeration

Used by the ReadyState property to determine the state of the Web Browser control.

Version Information

Version Added: Access 2010

Name

Value

Description

acComplete

3

The Web Browser control has finished loading the new document and all its contents.

acInteractive

3

The Web Browser control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that have been displayed.

acLoaded

2

The Web Browser control has loaded and initialized the new document, but has not yet received all the document data.

acLoading

1

The Web Browser control is loading a new document.

acUnintialized

0

No document is currently loaded.