scripting:api:application:list

List

Method of IApplication

Return list pane by name

var ppPane = Application.List(strPaneID, bActivate);

==== Visual Basic Script ====

ppPane = Application.List strPaneID, bActivate

==== C++ ====

CComPtr<IListPane> pPane;
HRESULT hr = Application.List(strPaneID, bActivate, &pPane);

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