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

ExpandDirection Enumeration

Specifies the direction to which submenu expands.

[Visual Basic]
Public Enum ExpandDirection
[C#]
public enum ExpandDirection

Remarks

This enumeration is used by MenuGroup's ExpandDirection to specify the direction to which the menu group expands.

Members

Member Name Description
Auto Automatically determines the proper ExpandDirection. The submenu will expand to BottomRight if the parent menu item belongs to a vertical menu group, or Bottom if the parent item menu item belongs to a horizontal menu group.
TopLeft Expands submenu to top left of the parent item.
BottomLeft Expands submenu to bottom left of the parent item.
Top Expands submenu to top of the parent item.
Bottom Expands submenu to bottom of the parent item.
TopRight Expands submenu to top right of the parent item.
BottomRight Expands submenu to bottom right of the parent item.
All Expands to all directions.

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic