Previous Document Next Document

Object Model Reference : Classes : C : CloneLink : Properties : CloneLink.CloneParent


CloneLink.CloneParent

Property CloneParent As Shape

Description

Member of CloneLink

The CloneParent property returns the parent (control) object for the cloned object. In order for this property to be effective, the cloned object must be the selected object.

The CloneParent property returns a read-only value.

VBA example

The following VBA example removes the fill from the clone’s parent object . If the fill link is not broken, the cloned object has no fill. This example assumes that the cloned object is currently selected

Sub Test()
 ActiveShape.CloneLink.CloneParent.Fill.ApplyNoFill
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.