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

MenuItem.SubMenuIcon Property

Specified which icon (left icon, right icon or none) should be used to indicate this item has submenu.

[Visual Basic]
Public Property SubMenuIcon As SubMenuIconSource
[C#]
public SubMenuIconSource SubMenuIcon {get; set;}

Property Value

SubMenuIconSource

An enumeration specifies which icon is used to indicate this item has submenu.

This property is read/write.

Remarks

Submenu icon is displayed when menu item contains a submenu. Default submenu icon is . If you need to replace this icon for the entire menu, use Menu.SubMenuIconUrl and set SubMenuIcon to Auto.

You can use LeftIcon as submenu icon by setting this property to SubMenuIconSource.LeftIcon.

See Also

MenuItem Class | EO.Web Namespace


Direct link to this topic