Previous Document Next Document
Effect.Clones

Property Clones As Effects

Member of Effect

The Clones property returns the collection of effect objects that are clones of the current effect.

The Clones property returns a read-only value.

The following code example shows the number of effects cloned from the current effect.

Sub Test() 
 MsgBox ActiveShape.Effects(1).Clones.Count 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.