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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

Members

Member nameValueDescription
Unknown0 The control was unable to successfully detect the browser type and it is assumed that the browser is incompatible with rich text editing. Downlevel editor will be rendered.
Downlevel1 The browser is incompatible with rich text editing. Downlevel editor will be rendered.
WinIE2 The browser was detected to be Internet Explorer 6.0 or greater on Windows and is compatible with rich text editing.
MacIE3 The browser was detected to be Internet Explorer on Mac and is compatible with rich text editing.
Firefox4 The browser was detected to be Firefox 2.0 or greater and is compatible with rich text editing.
Opera5 The browser was detected to be Opera 9.0 or greater and is compatible with rich text editing.
Safari6 The browser was detected to be Safari 3.0 or greater and is compatible with rich text editing.
Chrome7 The browser was detected to be Chrome and is compatible with rich text editing.

See Also