PpActionType Enumeration

Specifies the type of action that will occur when the specified shape is clicked or the mouse pointer is positioned over the shape during a slide show.

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

Syntax

'Declaration
<GuidAttribute("EB78AE17-FAD3-4EDF-8A0B-0A379069749B")> _
Public Enumeration PpActionType
'Usage
Dim instance As PpActionType
[GuidAttribute("EB78AE17-FAD3-4EDF-8A0B-0A379069749B")]
public enum PpActionType

Members

Member name Description
ppActionMixed Performs a mixed action.
ppActionNone No action is performed.
ppActionNextSlide Moves to the next slide.
ppActionPreviousSlide Moves to the previous slide.
ppActionFirstSlide Returns to the first slide.
ppActionLastSlide Moves to the last slide.
ppActionLastSlideViewed Moves to the last slide viewed.
ppActionEndShow Slide show ends.
ppActionHyperlink Hyperlink.
ppActionRunMacro Runs a macro.
ppActionRunProgram Runs a program.
ppActionNamedSlideShow Runs the slide show.
ppActionOLEVerb OLE Verb.
ppActionPlay Begins the slide show.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace