Method of IPanes
Returns item by index
var ppPane = Panes.Item(nIndex);
ppPane = Panes.Item nIndex
CComPtr<IPane> pPane; HRESULT hr = Panes.get_Item(nIndex, &pPane);
IPanes