title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SlideShowView.State property (PowerPoint) |
vbapp10.chm513006 |
|
|
749fe106-fed4-6ccc-f127-2e8a80196309 |
06/08/2017 |
medium |
Returns or sets the state of the slide show. Read/write.
expression. State
expression A variable that represents a SlideShowView object.
PpSlideShowState
The value of the State property can be one of these PpSlideShowState constants.
ppSlideShowBlackScreen |
ppSlideShowDone |
ppSlideShowPaused |
ppSlideShowRunning |
ppSlideShowWhiteScreen |
This example sets the view state in slide show window one to a black screen.
SlideShowWindows(1).View.State = ppSlideShowBlackScreen
[!includeSupport and feedback]