PpPlayerState Enumeration

Specifies the current state of the player.

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

Syntax

'Declaration
<GuidAttribute("1AB5AC71-B868-45CE-94DD-42B327B8BC0F")> _
Public Enumeration PpPlayerState
'Usage
Dim instance As PpPlayerState
[GuidAttribute("1AB5AC71-B868-45CE-94DD-42B327B8BC0F")]
public enum PpPlayerState

Members

Member name Description
ppPlaying Playing
ppPaused Paused
ppStopped Stopped
ppNotReady Not ready

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace