skmMenu: An ASP.NET Menu Control

skmMenu Namespace

The skmMenu namespace contains the classes and enumerations used by skmMenu.

Classes

ClassDescription
Menu The menu class is an ASP.NET server control that displays a client-side menu utilizing CSS and DHTML. Its contents are bound through an XML file or by programmatically constructing the Menu's menu items. For full documentation, FAQs, examples, and a messageboard, be sure to check out the official skmMenu site: skmMenu.com.
MenuItem A MenuItem represents a single item in a menu.
MenuItemClickEventArgs Provides the EventArgs class for the MenuItemClick event. This EventArgs provides a single string parameter: CommandName
MenuItemCollection MenuItemCollection represents a collection of MenuItem instances.
RoleCollection Provides a collection of roles.

Delegates

DelegateDescription
MenuItemClickedEventHandler Represents the method that will handle the Menu class's MenuItemClicked event.

Enumerations

EnumerationDescription
MenuItemType
MenuLayout Specifies the visual orientation for the Menu's top-level menu items.
MenuPositioning The MenuPositioning enumeration specifies whether absolute or relative positioning will be used.
MouseCursor The MouseCursor enumeration specifies the different cursors for the menu.