Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Menu ====== Property of [[:scripting:api:menu-location:start|IMenuLocation]] ===== Description ===== Returns Menu object item belongs ===== Property type ===== Read-Only Property of type **[[:scripting:api:menu-object:start|IMenuObject]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pSubMenu = MenuLocation.Menu; </code>==== Visual Basic Script ==== <code vb> pSubMenu = MenuLocation.Menu </code>==== C++ ==== <code cpp> CComPtr<IMenuObject> pSubMenu; HRESULT hr = MenuLocation.get_Menu(&pSubMenu); </code>===== See Also ===== [[:scripting:api:menu-location:start|IMenuLocation]] ~~NOTOC~~