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