MenuItem.SeparatorImageUrl Property
.NET Framework 3.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
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)
Not applicable.
Property Value
The URL to an image used to separate the current menu item from other menu items.Reference
MenuItem ClassMenuItem Members
System.Web.UI.WebControls Namespace
Menu
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: