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
- click
Type: System.Int32
The specified click number.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Effect