How can I know if an object has a particular property.
For example, if I create a new user control for a textbox
and I add a new property called "NewPropery ", I want to be
able to find if the textbox on the form has this knew
property. Is there a way I can loop in a property
collection.
Thanks.
Luc.
For example, if I create a new user control for a textbox
and I add a new property called "NewPropery ", I want to be
able to find if the textbox on the form has this knew
property. Is there a way I can loop in a property
collection.
Thanks.
Luc.
Comment