RemovePopup

Specifies an instance of an IPopupMessage80 object up to be removed. The popup is removed and not simply hidden from view. 

 

JavaScript

 

RemovePopup(popup)

 

C#

 

void RemovePopup(

       IPopupMessage80 popup)

 

C++

 

HRESULT RemovePopup(

       IPopupMessage80 * popup)

 

Parameters

popup

An IPopupMessage80 representing the existing popup object that is to be removed.

Exceptions

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