D
Derek Hart
How can I detect if a control contains a property. Need to use reflection
somehow?
If ctl.ContainsProperty("Tag") Then ctl.Tag = "some tag information"
somehow?
If ctl.ContainsProperty("Tag") Then ctl.Tag = "some tag information"