Menu.ScrollUpText Property
.NET Framework 3.0
Gets or sets the alternate text for the image specified in the ScrollUpImageUrl 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^ ScrollUpText { String^ get (); void set (String^ value); }
/** @property */ public String get_ScrollUpText () /** @property */ public void set_ScrollUpText (String value)
public function get ScrollUpText () : String public function set ScrollUpText (value : String)
Not applicable.
Property Value
The alternate text for the image specified in the ScrollUpImageUrl 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 top of the menu, an image is displayed to indicate that the user can scroll up to view additional menu items. Use the ScrollUpText 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: