How to Make a Class Read/Write

Previous Next

Classes from a template will initially be read-only. To be able to make changes to them, you must change the classes to read/write.

NOTE: If a class is read-only, this is indicated in the title bar of the design view.

To make a class read/write:

1.Select the class in the Windows Designer catalog.
2.From the menu bar, choose View, Properties, or click the right mouse button and choose Properties.
The Class Properties property sheet is displayed.
3.Clear the read-only checkbox.
4.Click OK.

NOTE: You cannot change the properties of a class that is currently open in the design view. Close the class first.