Previous Document Next Document
Page.UnlockAllShapes

Sub UnlockAllShapes()

Member of Page

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

The following code example unlocks all of the shape objects on the active page:

Sub CountProp() 
 ActivePage.UnlockAllShapes 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.