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.
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 |
|---|---|---|
0 |
Playing |
|
1 |
Paused |
|
2 |
Stopped |
|
3 |
Not ready |