PpSlideShowState Enumeration

Constants that specify the state of the slide show, passed to and returned by the State property of the SlideShowView object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("FB066093-3DFF-4C61-9AE6-6C76C635FD55")> _
Public Enumeration PpSlideShowState
'Usage
Dim instance As PpSlideShowState
[GuidAttribute("FB066093-3DFF-4C61-9AE6-6C76C635FD55")]
public enum PpSlideShowState

Members

Member name Description
ppSlideShowRunning Running
ppSlideShowPaused Paused
ppSlideShowBlackScreen Black screen
ppSlideShowWhiteScreen White Screen
ppSlideShowDone Done

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace