PDA

Click to See Complete Forum and Search --> : control propertieĦs description


Kanbei
Mar 1st, 2006, 04:22 PM
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.

Al42
Mar 16th, 2006, 09:19 AM
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.