Share via


Player.State Property

Returns the current state of the player. Read-only.

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

Syntax

'Declaration
ReadOnly Property State As PpPlayerState
    Get
'Usage
Dim instance As Player
Dim value As PpPlayerState

value = instance.State
PpPlayerState State { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpPlayerState

Remarks

State can return the following PpPlayerState values.

Constant

Value

Description

ppPlaying

0

Playing

ppPaused

1

Paused

ppStopped

2

Stopped

ppNotReady

3

Not ready

See Also

Reference

Player Interface

Player Members

Microsoft.Office.Interop.PowerPoint Namespace