Is there a way to diaplay a custom items list in property get & let in control.
Just like DataSource property in Text control, when you click on it, it will list all DataEnvironment in DataControls names, this will happen only when you click on it.
Printable View
Is there a way to diaplay a custom items list in property get & let in control.
Just like DataSource property in Text control, when you click on it, it will list all DataEnvironment in DataControls names, this will happen only when you click on it.
I am wondering the same thing. I have created an ActiveX control which extends the VBComboBox, and I want a dropdown box for the "List" property, just like the vb one.
Hi Hassan, check this site:
http://vbaccelerator.com/codelib/scontrol/iperpbrs.htm
Download the code and you'll find an example showing you the way to list all controls in a form.
As for Spetnik, there's no example in the "List" property as in combobx. Perhaps you could find the way...