StopNavigation

Description

Stops navigating the page.

Applies to

WebBrowser controls

Syntax

controlname.StopNavigation ( )

Argument

Description

controlname

The name of the WebBrowser control.


Return value

Integer. Returns 1 if it succeeds and -1 if an error occurs.

Examples

Integer li_rtn
li_rtn = wb_1.StopNavigation()

See also

CancelDownload

PauseDownload

ResumeDownload

GetSource

GoBack

GoForward

Navigate

PrintAsPDF

Refresh

Zoom