Previous Document Next Document
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 code example allows you to edit objects on several different layers.

Sub Edit() 
 ActiveDocument.EditAcrossLayers = True 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.