Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.05 KB

PowerPoint.SlideShowView.State.md

File metadata and controls

59 lines (35 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.State property (PowerPoint)
vbapp10.chm513006
vbapp10.chm513006
PowerPoint.SlideShowView.State
749fe106-fed4-6ccc-f127-2e8a80196309
06/08/2017
medium

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

[!includeSupport and feedback]