|
-
Mar 1st, 2006, 05:22 PM
#1
Thread Starter
Hyperactive Member
control propertie¡s description
hi. im finishing my control and i have a little problem:
my control properties descriptions (which i set in the wizard) won't appear in the properties window of my control when i use it in a proyect.
Why could this be?
Is there a way to put them "manually" (i mean in the code)?
thanks.
-
Mar 16th, 2006, 10:19 AM
#2
Re: control propertie¡s description
You do have Get and Let properties for the controls, right? The properties aren't exposed (you can't see them from the project) without a Get routine and you can't set them from the project without a Let routine.
In the code for the control, click on Tools/Procedure Attributes ...
Find the control whose description you want showing in the project (in the Name listbox). Click on Advanced. Make sure that "Hide this member" and "Don't show in Property Browser" aren't checked. If you want a description showing in the description area, put it into the "Description" textbox.
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
|