This documentation is archived and is not being maintained.
Menu::StaticBottomSeparatorImageUrl Property
Visual Studio 2010
Gets or sets the URL to an image displayed as the separator at the bottom of each static menu item.
Assembly: System.Web (in System.Web.dll)
public: property String^ StaticBottomSeparatorImageUrl { String^ get (); void set (String^ value); }
<asp:Menu StaticBottomSeparatorImageUrl="String" />
Property Value
Type: System::StringThe URL to an image displayed as the separator at the bottom of each static menu item. The default value is an empty string (""), which indicates that this property is not set.
Use the 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 StaticTopSeparatorImageUrl property. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note