MenuItem::SeparatorImageUrl Property
.NET Framework (current version)
Gets or sets the URL to an image displayed at the bottom of a menu item to separate it from other menu items.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The URL to an image used to separate the current menu item from other menu items.
Use the SeparatorImageUrl property to specify a custom image (usually of a line) that is displayed at the bottom of a menu item to separate it from other menu items. This image can be in any file format (.jpg, .gif, .bmp, and so on), as long as the client's browser supports that format.
.NET Framework
Available since 2.0
Available since 2.0
Show: