scripting:api:application:panes

Action unknown: addtobook

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);