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.
Displays the slide immediately following the slide that is currently displayed.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Next
'Usage
Dim instance As SlideShowView
instance.Next()
void Next()
Remarks
If the last slide is displayed, the Next method closes the slide show in speaker mode and returns to the first slide in kiosk mode.Use the View property of the SlideShowWindow object to return the SlideShowView object.Example