Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.18 KB

PowerPoint.SlideShowView.GetClickIndex.md

File metadata and controls

43 lines (24 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.GetClickIndex method (PowerPoint)
vbapp10.chm513029
vbapp10.chm513029
PowerPoint.SlideShowView.GetClickIndex
678feca3-79d4-e4e8-83aa-3484f5c099e9
06/08/2017
medium

SlideShowView.GetClickIndex method (PowerPoint)

Returns the index number of the current mouse click for an animation that is actively playing on a slide or has just finished.

Syntax

expression. GetClickIndex

expression A variable that represents a SlideShowView object.

Return value

Long

Remarks

Use the GetClickCount method to return the number of mouse clicks that are defined for a slide.

If a slide has no animations or if a user has not advanced yet to an animation, the GetClickIndex method returns 0. If a slide has an animation that runs automatically and the user moves to the previous page, the GetClickIndex method returns msoClickStateBeforeAutomaticAnimations.

See also

SlideShowView Object

[!includeSupport and feedback]