Tuesday, August 28, 2007

Asp Menu control

This contol supports many features but of the many features the ones that are of interest to interface designers are the features that supports customization of the menu's appearance through themes, user-defined images, styles, and user-defined templates.

These features are the subject of this post.


The Menu control displays two types of menus: a static menu and a dynamic menu.
For the most part the menu items you see would be defined as the static menu items and the menu items that are viewable only on rollover are defined as the dynamic menu items.

Menu item style property
DynamicHoverStyle
The style settings for a dynamic menu item when the mouse pointer is positioned over it.
DynamicMenuItemStyle
The style settings for an individual dynamic menu item.
DynamicMenuStyle
The style settings for a dynamic menu.
DynamicSelectedStyle
The style settings for the currently selected dynamic menu item.
StaticHoverStyle
The style settings for a static menu item when the mouse pointer is positioned over it.
StaticMenuItemStyle
The style settings for an individual static menu item.
StaticMenuStyle
The style settings for a static menu.
StaticSelectedStyle
The style settings for the currently selected static menu item.


Image property Properties

DynamicBottomSeparatorImageUrl
An optional image displayed at the bottom of a dynamic menu item to separate it from other menu items.
DynamicPopOutImageUrl
An optional image displayed in a dynamic menu item to indicate that it has a submenu.
DynamicTopSeparatorImageUrl
An optional image displayed at the top of a dynamic menu item to separate it from other menu items.
ScrollDownImageUrl
The image displayed at the bottom of a menu item to indicate that the user can scroll down to view additional menu items.
ScrollUpImageUrl
The image displayed at the top of a menu item to indicate that the user can scroll up to view additional menu items.
StaticBottomSeparatorImageUrl
An optional image displayed at the bottom of a static menu item to separate it from other menu items.
StaticPopOutImageUrl
An optional image displayed in a static menu item to indicate that it has a submenu.
StaticTopSeparatorImageUrl
An optional image displayed at the top of a static menu item to separate it from other menu items.

No comments: