Previous Document Next Document

Object Model Reference : Classes : D : Document : Properties : Document.ActivePowerClip


Document.ActivePowerClip

Property ActivePowerClip As PowerClip

Description

Member of Document

The ActivePowerClip property returns the current PowerClip object being edited.

The ActivePowerClip property returns a read-only value.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.