WebBrowser.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version of Internet Explorer installed.
public:
property Version ^ Version { Version ^ get(); };
[System.ComponentModel.Browsable(false)]
public Version Version { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Version : Version
Public ReadOnly Property Version As Version
Property Value
The version of Internet Explorer installed.
- Attributes
Remarks
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.