RemovePopupByCaption

Removes a popup with a specified caption. The popup is removed and not simply hidden from view.

 

JavaScript

 

RemovePopupByCaption(

       PopupCaption)

 

C#

 

void RemovePopupByCaption(

       string PopupCaption)

               

C++

 

HRESULT RemovePopupByCaption(

       BSTR   PopupCaption)

Parameters

PopupCaption

A string representing the caption of the popup that is to be removed.

Exceptions

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