AnimationBehavior.CommandEffect property (PowerPoint)

Returns a CommandEffect object for the specified animation behavior. Read-only.

Syntax

expression. CommandEffect

expression A variable that represents a AnimationBehavior object.

Return value

CommandEffect

Remarks

You can send events, call functions, and send OLE verbs to embedded objects using this property.

Example

The following example shows how to set a command effect animation behavior.

    Set bhvEffect = effectNew.Behaviors.Add(msoAnimTypeCommand)

 

    With bhvEffect.CommandEffect

         .Type = msoAnimCommandTypeVerb

         .Command = Play

    End With

See also

AnimationBehavior Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.