scripting:api:application:panes

Panes

Property of IApplication

Pane list

Read-Only Property of type IPanes

var pPanes = Application.Panes;
pPanes = Application.Panes
CComPtr<IPanes> pPanes;
HRESULT hr = Application.get_Panes(&pPanes);