Share via


TimeLine.InteractiveSequences Property

Returns a Sequences object that represents animations that are triggered by click a specified shape.

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

Syntax

'Declaration
ReadOnly Property InteractiveSequences As Sequences
    Get
'Usage
Dim instance As TimeLine
Dim value As Sequences

value = instance.InteractiveSequences
Sequences InteractiveSequences { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Sequences

Remarks

The default value of the InteractiveSequences property is an empty Sequences collection.

See Also

Reference

TimeLine Interface

TimeLine Members

Microsoft.Office.Interop.PowerPoint Namespace