Removes a popup from this collection.

[VBScript]
Public Function Remove( _
   ByVal index As Object _
) As Popup
[JScript]
public function Remove(
   index : Object
) : Popup;

Parameters

index
The zero-based index or the name of the popup to remove.

Return Value

The popup removed from the specified index.

See Also

PopupCollection Object | PopupCollection Members | HelpProducer Namespace