Previous Document Next Document
Effect.Clear

Sub Clear()

Member of Effect

The Clear method removes the current effect from an object.

The following code example clears all effects applied to the active shape.

Sub Test() 
 Dim e As Effect 
 For Each e In ActiveShape.Effects 
  e.Clear 
 Next e 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.