Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Menu.SubMenuIconUrl Property

Gets or sets the Url string for the default icon displayed on a menu item to indicate this item has submenu.

[Visual Basic]
Public Property SubMenuIconUrl As String
[C#]
public String SubMenuIconUrl {get; set;}

Property Value

String

A string representing the Url of the default icon indicating if the menu item has submenu. By default, if this value is empty, the built-in image is used.

This property is read/write.

Remarks

Use this property to specify the default submenu icon Url for all menu items. You can override this value on individual menu item by setting the MenuItem's SubMenuIcon property to any value that is not Auto.

If the value of this property is a relative path, ImageBaseDirectory property could be used as base path, then the final result will be ImageBaseDirectory and this property combined together. Note, you can use "~/" to specify a root relative path in all EO.Web URL properties. Once the value starts with "~/", ImageBaseDirectory will not be used.

See Also

Menu Class | EO.Web Namespace


Direct link to this topic