skmMenu: An ASP.NET Menu Control

Menu.MenuFadeDelay Property

Gets or sets the number of half seconds to display the menu after the user's mouse has left the menu, before hiding the menu.

public int MenuFadeDelay {get; set;}

Property Value

The number of half-seconds to delay after the user's mouse has left the menu before hiding the menu. Must have an integer value greater than or equal to 0. The default is 2, causing the submenus to delay for one second before vanishing.

Remarks

It is recommended that this property have at least a value of 1. Setting it to 0 will cause the submenu to disappear immediately after the user's mouse cursor leaves the submenu area. This can result in a frustrating user experience.

See Also

Menu Class | skmMenu Namespace