Adds a popup to this collection.

[VBScript]
Public Sub Add( _
   ByVal popup As Popup _
)
[JScript]
public function Add(
   popup : Popup
);

Parameters

popup
The popup to add to this collection.

See Also

PopupCollection Object | PopupCollection Members | HelpProducer Namespace