Send comments on this topic.
Refresh Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : Refresh Method
Refreshes the page.

Syntax

 
object.Refresh() 

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Refresh ()

See Also