Partager via


SlideShowView.State Property (PowerPoint)

Returns or sets the state of the slide show. Read/write.

Syntax

expression .State

expression A variable that represents a SlideShowView object.

Return Value

PpSlideShowState

Remarks

The value of the State property can be one of these PpSlideShowState constants.

ppSlideShowBlackScreen

ppSlideShowDone

ppSlideShowPaused

ppSlideShowRunning

ppSlideShowWhiteScreen

Example

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

SlideShowWindows(1).View.State = ppSlideShowBlackScreen

See Also

Concepts

SlideShowView Object

SlideShowView Object Members