Returns true if browser is Internet Explorer.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public bool IsIE { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsIE As Boolean
	Get

See Also