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. ====== Handle ====== Property of [[:scripting:api:menu-object:start|IMenuObject]] ===== Description ===== Returns native HANDLE_PTR handle ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Handle = MenuObject.Handle; </code>==== Visual Basic Script ==== <code vb> Handle = MenuObject.Handle </code>==== C++ ==== <code cpp> ULONG Handle; HRESULT hr = MenuObject.get_Handle(&Handle); </code>===== See Also ===== [[:scripting:api:menu-object:start|IMenuObject]] ~~NOTOC~~