Table of Contents
SubMenuPositionConfine Enumeration

Used by SubMenuPositionConfine property to specify how the position of a submenu is aligned so that its submenu is displayed within a certain boundary.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 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.
See Also