Previous Document Next Document
Document.ActivePowerClip

Property ActivePowerClip As PowerClip

Member of Document

The ActivePowerClip property returns the current PowerClip object being edited.

The ActivePowerClip property returns a read-only value.

The following code example displays the number of shapes in the active PowerClip of the active document:

Sub PowerClip() 
 MsgBox ActiveDocument.ActivePowerClip.Shapes.Count 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.