MsoClickState Enumeration
Constants that specify the point in a slide show to navigate to, relative to the animations included in the show, passed to the GotoClick method of the SlideShowView object, and returned by the GetClickIndex method of that object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("ABF6BCAE-EB69-4044-BD66-87DB3A1E0211")> _
Public Enumeration MsoClickState
'Usage
Dim instance As MsoClickState
[GuidAttribute("ABF6BCAE-EB69-4044-BD66-87DB3A1E0211")]
public enum MsoClickState
Members
Member name | Description | |
---|---|---|
msoClickStateAfterAllAnimations | After all animations. | |
msoClickStateBeforeAutomaticAnimations | Before automatic animations. |