Enum Builder Dialog Box (Class Builder Utility)

Allows you to add a new enum. With this dialog box, the various properties and attributes can be specified for a new enum.

Dialog Box Options

Name

Allows you to type the name for your new enum.

Public

When selected, makes the enum available outside the class module.

Values

Lists the value or the name of the value.

Displays the Add Enum Value box where you add the value for the new enum.

Deletes the selected value.

Moves the selected value up one line each time you click the button.

Moves the selected value down one line each time you click the button.