In order to unlock everything in the notepad, we use the .UnlockAllItemsInNotepad() method from the ItemsManager class as shown below.
.UnlockAllItemsInNotepad()
ItemsManager
ItemsManager.Get().UnlockAllItemsInNotepad();
Last updated 5 years ago