FindPane

Method of IApplication

Description

Find existing tool pane

Parameters

Return Value

Syntax

JavaScript

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

Visual Basic Script

ppPane = Application.FindPane strPaneID, bActivate

C++

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

See Also

IApplication