You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > SmartMenu Class > SmartMenu Properties > Enable508Compliance
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SmartMenu.Enable508Compliance Property

If you set to True, the menu will comply with Section 508. This makes the menus accessible to disabled users.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("Set to True to enable 508 Compliance (make menus accessible to disabled users).")]
[TypeConverter(typeof(BooleanConverter))]
[DefaultValue(false)]
public bool Enable508Compliance;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("Set to True to enable 508 Compliance (make menus accessible to disabled users).")>
<TypeConverter(typeof(BooleanConverter))>
<DefaultValue(false)>
Public Property Enable508Compliance() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!