Used by SubMenuPositionConfine property to specify how the position of a submenu is aligned so that its submenu is displayed within a certain boundary.
[Visual Basic]
Public Enum SubMenuPositionConfine
[C#]
public enum SubMenuPositionConfine
Members
| Member Name |
Description |
| Window | All submenus are displayed within the current browser window. This is the default value. |
| MenuBarFirstLevelOnly | For a horizontal menu, its second level submenus are displayed within the menu's left and right boundary. |
| MenuBarAllLevels | For a horizontal menu, all submenus are displayed within the menu's left and right boundary. |
| None | No restriction. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace | SubMenuPositionConfine