Enumerates the browser type as detected by the HTTP headers sent by the browser.
Namespace: RTEAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | 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. | |
| Downlevel | 1 | The browser is incompatible with rich text editing. Downlevel editor will be rendered. | |
| WinIE | 2 | The browser was detected to be Internet Explorer 6.0 or greater on Windows and is compatible with rich text editing. | |
| MacIE | 3 | The browser was detected to be Internet Explorer on Mac and is compatible with rich text editing. | |
| Firefox | 4 | The browser was detected to be Firefox 2.0 or greater and is compatible with rich text editing. | |
| Opera | 5 | The browser was detected to be Opera 9.0 or greater and is compatible with rich text editing. | |
| Safari | 6 | The browser was detected to be Safari 3.0 or greater and is compatible with rich text editing. | |
| Chrome | 7 | The browser was detected to be Chrome and is compatible with rich text editing. |