TCnWebBrowser.Version Property

Gets the version of Internet Explorer installed.

Namespace: CNClrLib.Control.WebBrowser
public
 property Version: _Version read GetVersion;

Property Value

Type: _Version

A Version object representing the version of Internet Explorer installed.

The WebBrowser control is a managed wrapper around a component installed with Internet Explorer. Use this property to determine which version of Internet Explorer is installed. This is useful when your application uses a feature of Internet Explorer that is present only in certain versions. If the required version is not present on the local machine, you can provide alternative functionality or prompt the user to upgrade.