GetPopupByCaption

Returns an interface to the popup with the specified caption.

 

JavaScript

 

GetPopupByCaption(PopupCaption)

 

C#

 

IPopupMessage80 GetPopupByCaption(

       string PopupCaption)

 

C++

 

HRESULT GetPopupByCaption(

       BSTR PopupCaption,

       IPopupMessage80 ** pPopup) 

Parameters

PopupCaption

The caption of the required popup.

Return Value

pPopup

An IPopupMessage80 representing the HTML popup window.

Exceptions

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