Add Const To Enum

List of Enums Name Description OK OK  New Cancel Help

Let's you add new items to your custom enumerated type without having to move to it and back to where you are working.

Start this dialog from using Alt-CCU (Code-vb - Constant - Add Cont to En um).

Controls:


List of Enums

Select which enumerated type to add the new constant to.

Name

Name of the new constant. You have to add the prefix yourself if you are using prefixes.

Description

Is added behind the constant

OK

Add the constant to the enumeration and close the dialog.

OK New

Add the constant to the enumeration and keep the dialog open to add another.

Cancel

Close the dialog without adding a constant to the enumeration.

Help

Show this topic.