SlideShowView Members

Include Protected Members
Include Inherited Members

Represents the view in a slide show window.

The SlideShowView type exposes the following members.

Properties

  Name Description
Public property AcceleratorsEnabled Determines whether keyboard shortcuts are enabled during a slide show. Read/write.
Public property AdvanceMode Returns a value that indicates how the slide show in the specified view advances. Read-only.
Public property Application Returns an Application object that represents the creator of the specified object.
Public property CurrentShowPosition Returns the position of the current slide within the slide show that is showing in the specified view. Read-only.
Public property IsNamedShow Determines whether a custom (named) slide show is displayed in the specified slide show view. Read-only.
Public property LastSlideViewed Returns a Slide object that represents the slide viewed immediately before the current slide in the specified slide show view.
Public property MediaControlsHeight Returns the height of the media control bounding box. Read-only.
Public property MediaControlsLeft Returns the distance, in points, from the left edge of the media control bounding box to the left edge of the Slide object. Read-only.
Public property MediaControlsTop Returns the distance, in points, from the top edge of the media control bounding box to the top edge of the Slide object. Read-only.
Public property MediaControlsVisible Indicates whether the media controls are visible. Read-only.
Public property MediaControlsWidth Returns the width, in points, of the media control bounding box. Read-only.
Public property Parent Returns the parent object for the specified object.
Public property PointerColor Returns a ColorFormat object that represents the pointer color for the specified presentation during one slide show. Read-only.
Public property PointerType Returns or sets the type of pointer used in the slide show. Read/write.
Public property PresentationElapsedTime Returns the number of seconds that have elapsed since the beginning of the specified slide show. Read-only.
Public property Slide Returns a Slide object that represents the slide that is currently displayed in the specified slide show window view. Read-only.
Public property SlideElapsedTime Returns the number of seconds that the current slide has been displayed. Read/write.
Public property SlideShowName Returns the name of the custom slide show that's currently running in the specified slide show view. Read-only.
Public property State Returns or sets the state of the slide show. Read/write.
Public property Zoom Returns the zoom setting of the specified slide show window view as a percentage of normal size. Read-only.

Top

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