Previous Document Next Document

Object Model Reference : Classes : P : Page : Methods : Page.UnlockAllShapes


Page.UnlockAllShapes

Sub UnlockAllShapes()

Description

Member of Page

The UnlockAllShapes method unlocks all locked shapes on a page. When objects on a page are unlocked, they can be edited.

VBA example

The following VBA example unlocks all shapes on the active page.

Sub CountProp()
 ActivePage.UnlockAllShapes
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.