Refresh

Description

Refreshes the current Web page.

Applies to

WebBrowser control

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

EvaluateJavascriptAsync

EvaluateJavascriptSync

GetSource

GoBack

GoForward

Navigate

PrintAsPDF

PauseDownload

RegisterEvent

ResumeDownload

StopNavigation

UnregisterEvent

Zoom