GetPopupByCaption

Returns an interface to the popup with the specified caption.

 

JavaScript

 

GetPopupByCaption(PopupCaption)

 

C#

 

IPopupMessage66 GetPopupByCaption(

       string PopupCaption)

 

C++

 

HRESULT GetPopupByCaption(

       BSTR PopupCaption,

       IPopupMessage66 ** pPopup) 

Parameters

PopupCaption

The caption of the required popup.

Return Value

pPopup

An IPopupMessage66 representing the HTML popup window.

Exceptions

See:  HRESULT Return Values for a list of possible values returned by the HRESULT.