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. ====== Item ====== Method of [[:scripting:api:panes:start|IPanes]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:pane:start|IPane]] **ppPane** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppPane = Panes.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppPane = Panes.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<IPane> pPane; HRESULT hr = Panes.get_Item(nIndex, &pPane); </code>===== See Also ===== [[:scripting:api:panes:start|IPanes]] ~~NOTOC~~