scripting:api:application:panes

Panes

Property of IApplication

Pane list

Read-Only Property of type IPanes

var pPanes = Application.Panes;

==== Visual Basic Script ====

pPanes = Application.Panes

==== C++ ====

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

===== See Also ===== IApplication