Skip to main content
Tab

PopupWindowCollection.Add Method

Name Parameters Description
Add() none Adds a new popup window to the end of the collection and returns the newly created object.
Add(String, String, String, String) contentText, name, headerText, footerText Adds a new popup window to the collection and specifies the content text , name, header text and footer text.
Add(String, String, String) contentText, name, headerText Adds a new popup window to the collection and specifies its name, header text and content text.
Add(String, String) contentText, name Adds a new popup window to the collection and specifies the window’s content text and name.
Add(String) contentText Adds a new popup window to the collection and specifies the content text.