State Property

Applies To

SlideShowView object.

Description

Returns or sets the state of the slide show. Can be one of the following PpSlideShowState constants: ppSlideShowBlackScreen, ppSlideShowDone, ppSlideShowPaused, ppSlideShowRunning, ppSlideShowWhiteScreen. Read/write Long.

Example

This example sets the view state in slide show window one to a black screen.

SlideShowWindows(1).View.State = ppSlideShowBlackScreen