Enumerates the browser type as detected by the HTTP headers sent by the browser.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public enum BrowserType
Visual Basic
Public Enumeration BrowserType
Visual C++
public enum class BrowserType

Members

Member nameValueDescription
CompatibleIE0 The browser was detected to be Internet Explorer 5.5 or greater and is compatible with rich text editing.
Safari121 The browser was detected to be browser based on Safari 1.3 - 2.04.
Safari2 The browser was detected to be browser based on Safari 3.0+.
Gecko3 The browser was detected to be browser based on Gecko (Mozilla rendering engine) 1.3+, e.g Mozilla 1.4+, Netscape 7.1+, Firefox 0.7+, and Galeon 1.3+.
Opera4 Opera 9 or higher
Downlevel5 The browser is incompatible with rich text editing. Downlevel content will be rendered.
NoHttpContext6 The context not found.

See Also