MenuItem.SeparatorImageUrl Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.0.
Gets or sets the URL to an image displayed at the bottom of a menu item to separate it from other menu items.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
MenuItem Members
System.Web.UI.WebControls Namespace
Menu Class
Menu.DynamicBottomSeparatorImageUrl Property
Menu.DynamicTopSeparatorImageUrl Property
MenuItem.ImageUrl Property
MenuItem.NavigateUrl Property
MenuItem.PopOutImageUrl Property
Menu.StaticBottomSeparatorImageUrl Property
Menu.StaticTopSeparatorImageUrl Property
Text
ToolTip
Target
Value
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SeparatorImageUrl () /** @property */ public void set_SeparatorImageUrl (String value)
public function get SeparatorImageUrl () : String public function set SeparatorImageUrl (value : String)
Property Value
The URL to an image used to separate the current menu item from other menu items.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
MenuItem ClassMenuItem Members
System.Web.UI.WebControls Namespace
Menu Class
Menu.DynamicBottomSeparatorImageUrl Property
Menu.DynamicTopSeparatorImageUrl Property
MenuItem.ImageUrl Property
MenuItem.NavigateUrl Property
MenuItem.PopOutImageUrl Property
Menu.StaticBottomSeparatorImageUrl Property
Menu.StaticTopSeparatorImageUrl Property
Text
ToolTip
Target
Value
Community Additions
ADD
Show: