Home > Working with SGWorld > Window (IWindow6) > RemovePopup

RemovePopup

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

 

JavaScript

 

RemovePopup(popup)

 

C#

 

void RemovePopup(

      IPopupMessage6 popup)

 

C++

 

HRESULT RemovePopup(

      IPopupMessage6popup)

 

Parameters

popup

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