Panes

Property of IApplication

Description

Pane list

Property type

Read-Only Property of type IPanes

Syntax

JavaScript

var pPanes = Application.Panes;

==== Visual Basic Script ====

pPanes = Application.Panes

==== C++ ====

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

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