Gets Major Version number of the browser. E.g. for IE value can be 5,6 or 7.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int MajorVersion { get; }
Visual Basic (Declaration)
Public ReadOnly Property MajorVersion As Integer
	Get

See Also