Slide.SlideShowTransition Property
PowerPoint Developer Reference |
Returns a SlideShowTransition object that represents the special effects for the specified slide transition. Read-only.
Syntax
expression.SlideShowTransition
expression A variable that represents a Slide object.
Return Value
SlideShowTransition
Example
This example sets slide two in the active presentation to advance automatically after 5 seconds during a slide show and to play a dog bark sound at the slide transition.
Visual Basic for Applications |
---|
|
See Also