Q: Iterate a controls properties at runtime? 
Author Message
 Q: Iterate a controls properties at runtime?

Hi,
 Is there any way to, at Runtime, generate a list of a controls
properties, whatever the contol my be (vb or user) and determine if
the propertie is Read Only, Write Only or both???

Thanks in advance.
Scotty.



Mon, 03 May 2004 05:11:41 GMT  
 Q: Iterate a controls properties at runtime?
Dim C As Control

For Each C in Controls
      ....
Next



Quote:
>Hi,
> Is there any way to, at Runtime, generate a list of a controls
>properties, whatever the contol my be (vb or user) and determine if
>the propertie is Read Only, Write Only or both???

>Thanks in advance.
>Scotty.



Mon, 03 May 2004 08:43:02 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Iterating through properties of a VB com object at runtime

2. Iterating a form's property values

3. iterating database properties?

4. Iterate Properties on ContactItem

5. How to iterate through ContactItem properties?

6. Iterate through custom properties from VBA?

7. Iterating through the properties of an object?

8. Iterate through an object's properties (any object)

9. Iterating through class properties?

10. Iterating through the properties of an object

11. handling event from control qs

12. 2 Qs: ODBC DSNs; ListView control

 

 
Powered by phpBB® Forum Software