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

SlideShowView Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.