Gets 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 RTEBrowserType BrowserType { get; }
Visual Basic
Public ReadOnly Property BrowserType As RTEBrowserType
	Get
Visual C++
public:
property RTEBrowserType BrowserType {
	RTEBrowserType get ();
}

See Also