PlaySettings.RewindMovie Property
Determines whether the first frame of the specified movie is automatically redisplayed as soon as the movie has finished playing. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property RewindMovie As MsoTriState
Get
Set
'Usage
Dim instance As PlaySettings
Dim value As MsoTriState
value = instance.RewindMovie
instance.RewindMovie = value
MsoTriState RewindMovie { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the RewindMovie property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The first frame of the specified movie is not automatically redisplayed as soon as the movie has finished playing. |
|
The first frame of the specified movie is automatically redisplayed as soon as the movie has finished playing. |