SlideShowView.State Property
Returns or sets the state of the slide show. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property State As PpSlideShowState
Get
Set
'Usage
Dim instance As SlideShowView
Dim value As PpSlideShowState
value = instance.State
instance.State = value
PpSlideShowState State { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PpSlideShowState
Remarks
The value of the State property can be one of these PpSlideShowState constants.
ppSlideShowBlackScreen |
ppSlideShowDone |
ppSlideShowPaused |
ppSlideShowRunning |
ppSlideShowWhiteScreen |