SP.UI.PopoutMenu.menuLaunched Property

Applies to: SharePoint Foundation 2010

Gets or sets a value that indicates whether the pop-out menu is currently displayed.

var value = SP.UI.PopoutMenu.get_menuLaunched(); 
SP.UI.PopoutMenu.set_menuLaunched(value);

Property Value

Type: Boolean

true to indicate that the pop-out menu is currently displayed; otherwise, false.

Applies To

SP.UI.PopoutMenu Class

See Also

Reference

SP.UI.PopoutMenu Events

SP.UI.PopoutMenu Methods

SP.UI.PopoutMenu Properties

SP.UI Namespace