Partager via


Player.State Property (PowerPoint)

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

Syntax

expression .State

expression A variable that represents a Player object.

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

Concepts

Player Object Members

Player Object