|
-
Jun 22nd, 2000, 04:23 PM
#1
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|