Object Model Reference : Classes : D : Document : Properties : Document.EditAcrossLayers |
Property EditAcrossLayers As Boolean
Member of Document
The EditAcrossLayers property returns a value that indicates if editing objects on different layers is permitted. If this property is set to False, only objects on the active layer can be edited.
The following VBA example allows you to edit objects on several different layers.
Sub Edit() |
ActiveDocument.EditAcrossLayers = True |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.