Share via


Sequence.FindFirstAnimationForClick Method

Returns an Effect object that represents the first animation started by the specified click number.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function FindFirstAnimationForClick ( _
    click As Integer _
) As Effect
'Usage
Dim instance As Sequence
Dim click As Integer
Dim returnValue As Effect

returnValue = instance.FindFirstAnimationForClick(click)
Effect FindFirstAnimationForClick(
    int click
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Effect

See Also

Reference

Sequence Interface

Sequence Members

Microsoft.Office.Interop.PowerPoint Namespace