AnimationBehavior.CommandEffect Property

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

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

Syntax

'Declaration
ReadOnly Property CommandEffect As CommandEffect
    Get
'Usage
Dim instance As AnimationBehavior
Dim value As CommandEffect

value = instance.CommandEffect
CommandEffect CommandEffect { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.CommandEffect

Remarks

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

See Also

Reference

AnimationBehavior Interface

AnimationBehavior Members

Microsoft.Office.Interop.PowerPoint Namespace