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.