Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.48 KB

PowerPoint.SlideShowView.GotoClick.md

File metadata and controls

46 lines (26 loc) · 1.48 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.GotoClick method (PowerPoint)
vbapp10.chm513028
vbapp10.chm513028
PowerPoint.SlideShowView.GotoClick
b41dec86-96a9-447a-5895-0b28fc4bd6b2
06/08/2017
medium

SlideShowView.GotoClick method (PowerPoint)

Plays an animation associated with a specified mouse click and any animations that follow on the slide.

Syntax

expression. GotoClick (Index)

expression A variable that represents a SlideShowView object.

Parameters

Name Required/Optional Data type Description
Index Required Long The index number of the mouse click that initiates an animation.

Remarks

Use the GetClickIndex method to return the index number of the current mouse click for an animation that is actively playing on a slide or has just finished.

Specifying a value of 0 for Index plays animations beginning at the point just before any animations that run automatically. Specifying a value of msoClickStateBeforeAutomaticAnimations for Index moves to the point just before any animations that run automatically, and then pauses. Specifying an value of msoClickStateAfterAllAnimations for Index moves to the point after all animations.

See also

SlideShowView Object

[!includeSupport and feedback]