Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |