Quit method
Closes the object.
var retval = InternetExplorer.Quit();
This method has no parameters.
Type: Long
Returns S_OK to indicate that the operation was successful.
The WebBrowser object returns an error from this method.
Reference
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Closes the object.
var retval = InternetExplorer.Quit();
This method has no parameters.
Type: Long
Returns S_OK to indicate that the operation was successful.
The WebBrowser object returns an error from this method.
Reference