Method of IApplication
Find existing tool pane
var ppPane = Application.FindPane(strPaneID, bActivate);
ppPane = Application.FindPane strPaneID, bActivate
CComPtr<IPane> pPane; HRESULT hr = Application.FindPane(strPaneID, bActivate, &pPane);
IApplication