Specifies which icon should be used to indicate if a menu item has submenu.
[Visual Basic]
Public Enum SubMenuIconSource
[C#]
public enum SubMenuIconSource
Remarks
This enum is used by SubMenuIcon property to specify which icon should be used to indicate if a menu item has submenu. The icon is displayed when the menu item has submenu.
Members
| Member Name | Description |
| Auto |
Automatically set the submenu icon.
The following steps are used to determine which submenu icon to display when this value is set: - Use RightIcon if provided, otherwise -
- Use SubMenuIconUrl if provided, otherwise -
- Use default
submenu icon;
|
| LeftIcon |
Use left icon as submenu icon.
Submenu icon usually appears on the right side of a menu item. It can be customized to appear on the left side of the menu item.
For example, on a right-to-left web page, the menu may appear on the right edge of the page. Setting SubMenuIcon to to LeftIcon can display left icon as submenu icon.
|
| RightIcon | Use the menu icon's right icon as submenu icon. |
| None | The menu item does not have a submenu icon. |
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace