Previous Document Next Document

Object Model Reference : Classes : L : Layer : Methods : Layer.Activate


Layer.Activate

Sub Activate()

Description

Member of Layer

The Activate method activates a layer, making it the active layer.

VBA example

The following VBA example activates the layer named Layer 1 in the active page.

Sub Test()
 ActivePage.Layers("Layer 1").Activate
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.