PlaySettings.LoopUntilStopped Property
Determines whether the specified movie or sound loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property LoopUntilStopped As MsoTriState
Get
Set
'Usage
Dim instance As PlaySettings
Dim value As MsoTriState
value = instance.LoopUntilStopped
instance.LoopUntilStopped = value
MsoTriState LoopUntilStopped { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the LoopUntilStopped property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The specified movie or sound does not loop continuously. |
|
The specified movie or sound loops continuously until either the next movie or sound starts, the user clicks the slide, or a slide transition occurs. |