Returns the properties of the popup specified by caption.
| JavaScript | 
 | 
| GetPopupByCaption(PopupCaption) | |
| C# | 
 | 
| IPopupMessage61 GetPopupByCaption( string PopupCaption) | |
| C++ | 
 | 
| HRESULT GetPopupByCaption( BSTR PopupCaption, IPopupMessage61 ** pPopup) | |
Parameters
PopupCaption
The caption of the required popup.
Return Value
pPopup
An IPopupMessage61 representing the HTML popup window.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.