Previous Document Next Document

Object Model Reference : Classes : E : Effect : Properties : Effect.Clones


Effect.Clones

Property Clones As Effects

Description

Member of Effect

The Clones property returns a collection of effect objects comprised of clones of the current effect.

The Clones property returns a read-only value.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.