Sequence.ConvertToAnimateBackground Method

Determines whether the background will be animated separately from, or in addition to, its accompanying text. Returns an Effect object representing the newly-modified animation effect.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function ConvertToAnimateBackground ( _
    Effect As Effect, _
    AnimateBackground As MsoTriState _
) As Effect
'Usage
Dim instance As Sequence
Dim Effect As Effect
Dim AnimateBackground As MsoTriState
Dim returnValue As Effect

returnValue = instance.ConvertToAnimateBackground(Effect, _
    AnimateBackground)
Effect ConvertToAnimateBackground(
    Effect Effect,
    MsoTriState AnimateBackground
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.Effect

See Also

Reference

Sequence Interface

Sequence Members

Microsoft.Office.Interop.PowerPoint Namespace