Add Const To Enum
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 Enum).
Controls:
List of enumerated types
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.