Method of IPanes
Returns item by index
var ppPane = Panes.Item(nIndex);
==== Visual Basic Script ====
ppPane = Panes.Item nIndex
==== C++ ====
CComPtr<IPane> pPane; HRESULT hr = Panes.get_Item(nIndex, &pPane);
===== See Also ===== IPanes