How can I detect if a control contains a property. Need to use reflection
somehow?
If ctl.ContainsPro perty("Tag") Then ctl.Tag = "some tag information"
somehow?
If ctl.ContainsPro perty("Tag") Then ctl.Tag = "some tag information"
Comment