The Methods tab allows you to create and modify methods in your class.
With the Methods tab you can:
A list of all the methods currently specified in the class you are modifying. If you have any methods that are exposed in your class's ClassInfo class, an icon is displayed next to the name of the method.
Displays the Add Method dialog box for defining a new method in your class.
Displays the Modify Method dialog box for modifying the currently selected method in the Methods list. This button is enabled only if a method is selected from the Methods list.
Displays the Clone Method dialog box for creating a method based on the currently selected method in the Methods list. This button is enabled only if a method is selected from the Methods list.
Deletes the currently selected method in the Methods list. This button is enabled only if a method is selected from the Methods list.