Previous Document Next Document

Object Model Reference : Classes : L : Layer : Properties : Layer.Editable


Layer.Editable

Property Editable As Boolean

Description

Member of Layer

The Editable property returns or specifies whether a layer is editable (that is, unlocked).

If the Editable property of a layer is True, the layer and its contents are editable.

VBA example

The following VBA example locks the active layer, preventing both the layer and its contents from being edited.

Sub Test()
 ActiveLayer.Editable = False
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.