Hi,
I'm writting a component, and I provide some public classes, functions and enums. It's easy to add a description for each function using the Procedure Attributes Dialog. For the classes, I modify the .cls file using the Notepad, and I add a line like this:

Attribute VB_Description = "Some useful description here"

Those descriptions can be seen using the Object Browser.

But I don't know how to add a description to an enum, and also for each member on an enum.

So, that's my question:

***How can I create an enum description?***

TIA,

-Miquel.