Item Method (ActionSettings Collection)

         Example         Applies To

Returns a single member of a collection of action settings.

Syntax

expression.Item(Index)

expression   Required. An expression that returns an ActionSettings collection.

Index   Required Long. Specifies which of the following two settings is to be returned: the action setting for when the mouse pointer is positioned over the specified shape, or the action setting for when the user clicks the shape. Can be either of the following PpMouseActivation constants: ppMouseClick or ppMouseOver.