SP.UI.AspMenu.disappearAfter Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Remarks
Applies To

Gets or sets the duration, in milliseconds, that a dynamic menu is displayed after the pointer is no longer positioned over the menu.

var value = SP.UI.AspMenu.get_disappearAfter(); 
SP.UI.AspMenu.set_disappearAfter(value);

Property Value

Type: Int32

The amount of time, in milliseconds, that a dynamic menu is displayed after the pointer is no longer positioned over the menu.

Remarks

The default value for the property is 500.

Applies To

SP.UI.AspMenu Class

See Also

Reference

SP.UI.AspMenu Methods

SP.UI.AspMenu Properties

SP.UI Namespace