Object Model Reference : Classes : L : Layer : Properties : Layer.Editable |
Property Editable As Boolean
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.
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 |
Copyright 2013 Corel Corporation. All rights reserved.