Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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