Hi Dear Expert,
In a Windows application I am using System.Reflection.PropertyInfo method to get the propeties of a control. How can I check whether the property is set to it's default value, for example, say Dock property is set to "none" or "Visible = true". Is there any method available, like isDefault() or something?
Thanks and Regards,
Pauls Geo.