Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know if there's a way to programmatically get a list of properties for a specific control?
something to the effect of:
Thanks!
--NipsMG
something to the effect of:
Code:
For i = 0 to cmdCommand.Properties.Count - 1
List1.AddItem cmdCommand.Properties(i).Name
Next i
Thanks!
--NipsMG