Dart.PowerWEB.TextBox Namespace > HtmlBox Class : DownlevelLabel Property (HtmlBox) |
Represents the label rendered to the user if the HtmlBox.DownlevelMode = DownlevelMode.Label.
[Visual Basic]
<PersistenceModeAttribute()>
<DesignerSerializationVisibilityAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("If DownlevelMode is Label, this property exposes the Label which is rendered.")>
Public Property DownlevelLabel As DownlevelLabel
[C#]
[PersistenceModeAttribute()]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("If DownlevelMode is Label, this property exposes the Label which is rendered.")]
public DownlevelLabel DownlevelLabel {get; set;}
[C++]
[PersistenceModeAttribute()]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("If DownlevelMode is Label, this property exposes the Label which is rendered.")]
public: __property DownlevelLabel* get_DownlevelLabel();
public: __property void set_DownlevelLabel(
DownlevelLabel* value
);
[C++/CLI]
[PersistenceModeAttribute()]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("If DownlevelMode is Label, this property exposes the Label which is rendered.")]
public:
property DownlevelLabel^ DownlevelLabel {
DownlevelLabel^ get();
void set (DownlevelLabel^ value);
}
A DownlevelLabel control representing the Label rendered to the user.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.