Menu.ScrollDownText Property
.NET Framework 3.0
Gets or sets the alternate text for the image specified in the ScrollDownImageUrl property.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: property String^ ScrollDownText { String^ get (); void set (String^ value); }
/** @property */ public String get_ScrollDownText () /** @property */ public void set_ScrollDownText (String value)
public function get ScrollDownText () : String public function set ScrollDownText (value : String)
Not applicable.
Property Value
The alternate text for the image specified in the ScrollDownImageUrl property. The default is an empty string (""), which indicates that this property is not set.When a dynamic menu item contains additional items at the bottom of the menu, an image is displayed to indicate that the user can scroll down to view additional menu items. Use the ScrollDownText property to specify the alternate text for this image. The text that you specify provides assistive technology devices with a description of the image that can be used to make the control more accessible.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
Community Additions
ADD
Show: