IsUpLevelBrowser Property

Retrieves a value that indicates whether the browser is uplevel.

Syntax

Visual Basic Overridable  Protected  ReadOnly Property IsUpLevelBrowser As bool
C# protected   virtual  bool IsUpLevelBrowser { get; }
Managed C++ protected:  __property virtual bool get_IsUpLevelBrowser();
JScript protected   function get IsUpLevelBrowser() : bool;

Possible Values

bIsUpLevelBrowser bool that receives one of the following values:
falseDefault. The browser is not uplevel.
trueThe browser is uplevel.

The property is read-only. The property has a default value of false.

Remarks

With Windows Internet Explorer WebControls, an uplevel browser is Microsoft Internet Explorer 5.5 or later.

Property Information

Applies To

BaseRichControl

See Also

Internet Explorer WebControls