SlideShowView.Next Method

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

See Also

Reference

SlideShowView Interface

SlideShowView Members

Microsoft.Office.Interop.PowerPoint Namespace