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

ShowPopup

This method displays an HTML popup window that contains any text or HTML content.

 

JavaScript

 

ShowPopup(popup)

 

C#

 

void ShowPopup(

      IPopupMessage6 popup)

 

C++

 

HRESULT ShowPopup(

      IPopupMessage6popup)

 

Parameters

Popup

An IPopupMessage6 object representing the content and properties of the popup window

Exceptions

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