API Documentation > CorelDRAW > 2025-v26 > Page > IVGPage
Page.UnlockAllShapes method
Unlock All Shapes
Syntax:
Sub UnlockAllShapes()
Remarks:
The UnlockAllShapes method unlocks all locked shapes on a page. When objects on a page are unlocked, they can be edited.
Examples:
The following VBA example unlocks all shapes on the active page.
Sub CountProp()
ActivePage.UnlockAllShapes 
End Sub