|
-
Sep 24th, 2002, 05:03 PM
#1
Thread Starter
Addicted Member
How to display control properties help
Hello all,
I created a control and test it on a new form as usual.
When viewing the properties of my control, I can't create that short explanation displayed in the properties window.
For example, when adding a picturebox in a form and selecting the e.g. Left property, a short description of the property appears
("Returns/sets the distance between the internal left edge... " etc.)
Does anyone know how to create this short property descriptions for the properties of my controls ????
Thanks
--hyperspaced
-
Sep 24th, 2002, 05:14 PM
#2
-= B u g S l a y e r =-
In the VB IDE menu : Tools -> Procedure attributes...
Select the property you want to describe in the name field, type in the description in the Description field.
Recompile the ocx, and take a look at the property from one of your projects using the ocx
This will also be shown when the user of your contorl enters the object browser in order to take a closer look at the props of the control .
-
Sep 25th, 2002, 06:01 AM
#3
Thread Starter
Addicted Member
-
Sep 25th, 2002, 06:09 AM
#4
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
|