Refresh

Description

Refreshes the current Web page.

Applies to

WebBrowser controls

Syntax

controlname.Refresh ( )

Argument

Description

controlname

The name of the WebBrowser control.


Return value

Integer.

Returns 1 if the function succeeds and -1 if an error occurs.

Examples

Integer li_rtn
Li_rtn = wb_1.Refresh()

See also

CancelDownload

PauseDownload

ResumeDownload

GetSource

GoBack

GoForward

Navigate

PrintAsPDF

StopNavigation

Zoom