PopupCollection.Remove Method |
Removes a popup from this collection.
[VBScript] Public Function Remove( _ ByVal index As Object _ ) As Popup
[JScript] public function Remove( index : Object ) : Popup;
The popup removed from the specified index.
PopupCollection Object | PopupCollection Members | HelpProducer Namespace