Object Model Reference : Classes : P : Page : Methods : Page.UnlockAllShapes |
Sub UnlockAllShapes()
Member of Page
The UnlockAllShapes method unlocks all locked shapes on a page. When objects on a page are unlocked, they can be edited.
The following VBA example unlocks all shapes on the active page.
Sub CountProp() |
ActivePage.UnlockAllShapes |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.