RemovePopup

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

 

JavaScript

 

RemovePopup(popup)

 

C#

 

void RemovePopup(

       IPopupMessage65 popup)

 

C++

 

HRESULT RemovePopup(

       IPopupMessage65 * popup)

 

Parameters

popup

An IPopupMessage65 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.