SlideShowView Methods

Include Protected Members
Include Inherited Members

The SlideShowView type exposes the following members.

Methods

  Name Description
Public method DrawLine Draws a line in the specified slide show view.
Public method EndNamedShow Switches from running a custom, or named, slide show to running the entire presentation of which the custom show is a subset. When the slide show advances from the current slide, the next slide displayed will be the next one in the entire presentation, not the next one in the custom slide show.
Public method EraseDrawing Removes lines drawn during a slide show by using either the DrawLine method or the pen tool.
Public method Exit Ends the specified slide show.
Public method First Sets the specified slide show view to display the first slide in the presentation.
Public method FirstAnimationIsAutomatic Returns true if the current slide has an initial animation that runs automatically.
Public method GetClickCount Returns the number of mouse clicks that are defined for a slide.
Public method GetClickIndex Returns the index number of the current mouse click for an animation that is actively playing on a slide or has just finished.
Public method GotoClick Plays an animation associated with a specified mouse click and any animations that follow on the slide.
Public method GotoNamedShow Switches to the specified custom, or named, slide show during another slide show. When the slide show advances from the current slide, the next slide displayed will be the next one in the specified custom slide show, not the next one in current slide show.
Public method GotoSlide Switches to the specified slide during a slide show. You can specify whether you want the animation effects to be rerun.
Public method InstallTracker Reserved for internal use.
Public method Last Sets the specified slide show view to display the last slide in the presentation.
Public method Next Displays the slide immediately following the slide that is currently displayed.
Public method Player Allows access to playback controls for the associated view in the current window.
Public method Previous Shows the slide immediately preceding the slide that is currently displayed.
Public method ResetSlideTime Resets the elapsed time (represented by the SlideElapsedTime property) for the slide that is currently displayed to 0 (zero).

Top

See Also

Reference

SlideShowView Interface

Microsoft.Office.Interop.PowerPoint Namespace