I would like to add custom property to windows form not to control so when I click form property in designer view I could see this property and change it
Asked
Active
Viewed 1,164 times
1
-
2One way to do it would be to make a custom control inherting from `Form` and add your property. – unlimit Jan 25 '14 at 15:13
-
You can refer this link http://stackoverflow.com/questions/12467295/c-sharp-creating-a-base-form-with-custom-properties – Dharmesh Jan 25 '14 at 16:09