List

Method of IApplication

Description

Return list pane by name

Parameters

Return Value

Syntax

JavaScript

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