Object Model Reference : Classes : D : Document : Properties : 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 VBA example displays the number of shapes in the active PowerClip of the active document:
Sub PowerClip() |
MsgBox ActiveDocument.ActivePowerClip.Shapes.Count |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.