PlaySettings.PauseAnimation Property
Determines whether the slide show pauses until the specified media clip is finished playing. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property PauseAnimation As MsoTriState
Get
Set
'Usage
Dim instance As PlaySettings
Dim value As MsoTriState
value = instance.PauseAnimation
instance.PauseAnimation = value
MsoTriState PauseAnimation { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
For the PauseAnimation property setting to take effect, the PlayOnEntry property of the specified shape must be set to msoTrue.
The value of the PauseAnimation property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The slide show continues while the media clip plays in the background. |
|
The slide show pauses until the specified media clip is finished playing. |