I have an inherited control that derives from a control from a vendor. Let's call the vendor control VC and my inherited control myVC. VC has a property Calendar which itself has various other properties such as BackColor. So to access in code from myVC i would use
Hy there, I am working on a project and I want to add design time support. My problem is that I don't want to create controls. For example,some times I just need a class tat has a location,size and an Image propoerty, and I want to set this properties at design time. I don't need ...