skmMenu: An ASP.NET Menu Control

MenuLayout Enumeration

Specifies the visual orientation for the Menu's top-level menu items.

public enum MenuLayout

Remarks

The main menu in Windows applications use the Horizontal approach: for example, the File menu is laid next to the Edit menu which is laid next to the View menu, and so on. Many Web pages, however, use a Vertical layout, displaying the top-level menu items along the left hand side of the Web page.

Members

Member NameDescription
Horizontal Each top-level menu item is laid out end-to-end.
Vertical Each top-level menu item is laid one above the other.

Requirements

Namespace: skmMenu

Assembly: skmMenu (in skmMenu.dll)

See Also

skmMenu Namespace