CommandEffect Interface

Represents a command effect for an animation behavior. You can send events, call functions, and send OLE verbs to embedded objects by using this object.

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

Syntax

'Declaration
<GuidAttribute("914934EF-5A91-11CF-8700-00AA0060263B")> _
Public Interface CommandEffect
'Usage
Dim instance As CommandEffect
[GuidAttribute("914934EF-5A91-11CF-8700-00AA0060263B")]
public interface CommandEffect

Remarks

Use the CommandEffect property of the AnimationBehavior object to return a CommandEffect object. Command effects can be changed using the CommandEffect object's Command and Type properties.

See Also

Reference

CommandEffect Members

Microsoft.Office.Interop.PowerPoint Namespace