Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of mouse clicks that are defined for a slide.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function GetClickCount As Integer
'Usage
Dim instance As SlideShowView
Dim returnValue As Integer
returnValue = instance.GetClickCount()
int GetClickCount()
Return Value
Type: System.Int32
Remarks
When a slide contains animations, the GetClickCount method returns the number of mouse clicks required before a user advances to the next slide.