System.Web.UI.WebControls.Menu.StaticBottomSeparatorImageUrl Property

Gets or sets the URL to an image displayed as the separator at the bottom of each static menu item.

Syntax

[System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Web.UI.UrlProperty]
[System.ComponentModel.DefaultValue("")]
public string StaticBottomSeparatorImageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Menu.StaticBottomSeparatorImageUrl property to specify a custom image to display at the bottom of each static menu item that acts as a separator between menu items.

Note:

As an alternative, you can also display a separator image at the top of each static menu item by setting the Menu.StaticTopSeparatorImageUrl property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0