Tagged Questions

0
votes
1answer
698 views

C# Property Grid Question

I am writing an application which is going to allows users to change the properties of a text box or label and these controls are user controls. Would it be easiest to create a separate class for ...