Dart.PowerWEB.TextBox Namespace > HtmlBox Class : UseSection508Compliance Property |
Gets or sets whether the HtmlBox should be rendered in Section 508 compliant mode.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets whether the HtmlBox should be rendered in Section 508 compliant mode (using alt attributes for images, etc)")>
<CategoryAttribute("Behavior")>
Public Property UseSection508Compliance As Boolean
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets whether the HtmlBox should be rendered in Section 508 compliant mode (using alt attributes for images, etc)")]
[CategoryAttribute("Behavior")]
public bool UseSection508Compliance {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets whether the HtmlBox should be rendered in Section 508 compliant mode (using alt attributes for images, etc)")]
[CategoryAttribute("Behavior")]
public: __property bool get_UseSection508Compliance();
public: __property void set_UseSection508Compliance(
bool value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets whether the HtmlBox should be rendered in Section 508 compliant mode (using alt attributes for images, etc)")]
[CategoryAttribute("Behavior")]
public:
property bool UseSection508Compliance {
bool get();
void set (bool value);
}
true if 508 Section Compliance is adhered to, false otherwise. The default value is false.
Set the property to make the control more accessible to users with disabilities. For example, an element that is purely visual (such as an image) includes required alternate text describing the image.
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.