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

GetPopupByCaption

Returns the properties of the popup specified by caption.

 

JavaScript

 

GetPopupByCaption(PopupCaption)

 

C#

 

IPopupMessage6 GetPopupByCaption(

      string PopupCaption)

 

C++

 

HRESULT GetPopupByCaption(

      BSTR PopupCaption,

      IPopupMessage6 ** pPopup) 

Parameters

PopupCaption

The caption of the required popup.

Return Value

pPopup

An IPopupMessage6 representing the HTML popup window.

Exceptions

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