Previous Document Next Document

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


Document.EditAcrossLayers

Property EditAcrossLayers As Boolean

Description

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.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.