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.
The action that triggers the animation effect.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("45F2ED98-F126-47EF-9521-420DD5D364AF")> _
Public Enumeration MsoAnimTriggerType
'Usage
Dim instance As MsoAnimTriggerType
[GuidAttribute("45F2ED98-F126-47EF-9521-420DD5D364AF")]
public enum MsoAnimTriggerType
Members
| Member name | Description | |
|---|---|---|
| msoAnimTriggerMixed | Mixed actions. | |
| msoAnimTriggerNone | No action associated as the trigger. | |
| msoAnimTriggerOnPageClick | When a page is clicked. | |
| msoAnimTriggerWithPrevious | When the Previous button is clicked. | |
| msoAnimTriggerAfterPrevious | After the Previous button is clicked. | |
| msoAnimTriggerOnShapeClick | When a shape is clicked. | |
| msoAnimTriggerOnMediaBookmark | When an audio or video clip bookmark is added. |
Remarks
The default value is msoAnimTriggerOnPageClick.