Enumerates the browser type as detected by the HTTP headers sent by the browser.
Namespace: CuteEditorAssembly: 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 name | Value | Description | |
---|---|---|---|
CompatibleIE | 0 | The browser was detected to be Internet Explorer 5.5 or greater and is compatible with rich text editing. | |
Safari12 | 1 | The browser was detected to be browser based on Safari 1.3 - 2.04. | |
Safari | 2 | The browser was detected to be browser based on Safari 3.0+. | |
Gecko | 3 | 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+. | |
Opera | 4 | Opera 9 or higher | |
Downlevel | 5 | The browser is incompatible with rich text editing. Downlevel content will be rendered. | |
NoHttpContext | 6 | The context not found. |