See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

BrowserType Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BrowserType Property (HtmlBox)

Gets or sets the type of browser as detected by the PowerWEB control.

[Visual Basic]
<DefaultValueAttribute()> <BrowsableAttribute(False)> Public Property BrowserType As BrowserType
[C#]
[DefaultValueAttribute()] [BrowsableAttribute(false)] public BrowserType BrowserType {get; set;}
[C++]
[DefaultValueAttribute()] [BrowsableAttribute(false)] public: __property BrowserType get_BrowserType(); public: __property void set_BrowserType(    BrowserType value );
[C++/CLI]
[DefaultValueAttribute()] [BrowsableAttribute(false)] public: property BrowserType BrowserType {    BrowserType get();    void set (BrowserType value); }

Return Type

A BrowserType that represents the browser rendering the PowerWEB control.

Remarks

This property is set when the PowerWEB control is initialized, based on the user-agent header sent by the browser. BrowserType can also be set to override the detected value with a custom browser detection algorithm.

Note This property is global to all PowerWEB controls. Any change to an individual PowerWEB control will automatically be applied to all PowerWEB controls on the form. It is not possible to have PowerWEB controls with different BrowserType values on the same form.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.