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

See Also