Timing.TriggerType Property

Represents the trigger that starts an animation. Read/write.

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

Syntax

'Declaration
Property TriggerType As MsoAnimTriggerType
    Get
    Set
'Usage
Dim instance As Timing
Dim value As MsoAnimTriggerType

value = instance.TriggerType

instance.TriggerType = value
MsoAnimTriggerType TriggerType { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.MsoAnimTriggerType

Remarks

The value of the TriggerType property can be one of these MsoAnimTriggerType constants. The default is msoAnimTriggerOnPageClick.

msoAnimTriggerAfterPrevious

msoAnimTriggerMixed

msoAnimTriggerNone

msoAnimTriggerOnPageClick

msoAnimTriggerOnShapeClick

msoAnimTriggerWithPrevious

See Also

Reference

Timing Interface

Timing Members

Microsoft.Office.Interop.PowerPoint Namespace