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

DownlevelMode Property

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

Controls whether the user sees a Label or a TextArea if their browser is incompatible with the HtmlBox.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("Controls what users with non-compatible browsers see when the control is rendered.")> <CategoryAttribute("Behavior")> Public Property DownlevelMode As DownlevelMode
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("Controls what users with non-compatible browsers see when the control is rendered.")] [CategoryAttribute("Behavior")] public DownlevelMode DownlevelMode {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("Controls what users with non-compatible browsers see when the control is rendered.")] [CategoryAttribute("Behavior")] public: __property DownlevelMode get_DownlevelMode(); public: __property void set_DownlevelMode(    DownlevelMode value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("Controls what users with non-compatible browsers see when the control is rendered.")] [CategoryAttribute("Behavior")] public: property DownlevelMode DownlevelMode {    DownlevelMode get();    void set (DownlevelMode value); }

Return Type

A DownlevelMode value specifying what non-compatible browsers see. The default value is DownlevelMode.TextArea.

Remarks

You have two choices as to what downlevel (non-compatible) browsers see when they load the editor, a DownlevelLabel or a DownlevelTextArea. Use the Label if the user CANNOT continue without a compatible browser. You can use the Label to display a message such as "Please upgrade your browser to IE 5.5+ or Mozilla 1.3+". Use the TextArea if the user can continue with a comaptible browser. In this case, a standard HTML TEXTAREA will be displayed to the user, allowing them to enter plain text.

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.