Gets the popup at the specified index.

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

Parameters

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

Return Value

The popup at the specified index.

See Also

PopupCollection Object | PopupCollection Members | HelpProducer Namespace