asp.net.ph

MenuItem.SeparatorImageUrl Property

System.Web.UI.WebControls Namespace   MenuItem Class


.NET Framework version 2.0

Returns or sets the URL to an image to display at the bottom of each MenuItem control to separate it from other menu items.

Syntax


Inline <asp:menuitem separatorimageurl = strUrl ... >
Script MenuItem.SeparatorImageUrl [ = strUrl ]

Property Value


strUrl The URL to a separator image displayed at the bottom of each MenuItem.

The property is read/write with no default value.

Remarks

Use the SeparatorImageUrl property to specify an optional custom image to display at the bottom of each MenuItem control. This image acts as a separator between menu items and is commonly an image of a line.

NOTE: Setting this property overrides the image specified by the DynamicBottomSeparatorImageUrl, DynamicTopSeparatorImageUrl, StaticBottomSeparatorImageUrl, and StaticTopSeparatorImageUrl properties.

See Also

MenuItem Members   ImageUrl   PopOutImageUrl Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph