How to Make a Class Read/Write

Previous Next

See Also

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:

· Select the class in the Windows Designer catalog.

 

· From the menu bar, choose View, Properties, or click the right mouse button and choose Properties.

The Class Properties property sheet is displayed.

· Clear the read-only checkbox.

 

· Click OK.

NOTE:

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