PpAdvanceMode Enumeration

Specifies how the specified animation advances.

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

Syntax

'Declaration
<GuidAttribute("F60170D6-43CA-47A4-88BF-F782728E1C87")> _
Public Enumeration PpAdvanceMode
'Usage
Dim instance As PpAdvanceMode
[GuidAttribute("F60170D6-43CA-47A4-88BF-F782728E1C87")]
public enum PpAdvanceMode

Members

Member name Description
ppAdvanceModeMixed Mixed mode.
ppAdvanceOnClick Only when clicked.
ppAdvanceOnTime Automatically after a specified amount of time.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace